GitPod Friendly! :D (PS: if the Docker extension is not installed on gitpod make sure to download it!)
image: moyash/novnc-ros-desktop:melodic
- OS: Ubuntu 18.04
- Desktop: GNOME Desktop
- VNC viewer: NoVNC
- VNC server: TigerVNC
- ROS distro: Melodic
image: moyash/novnc-ros-desktop:noetic
- OS: Ubuntu 20.04
- Desktop: GNOME Desktop
- VNC viewer: NoVNC
- VNC server: TigerVNC
- ROS distro: Noetic
See docker-compose.yaml
.
Start container:
docker run --rm \
--tmpfs /run --tmpfs /run/lock --tmpfs /tmp \
--cap-add SYS_BOOT --cap-add SYS_ADMIN \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-e PASSWORD=password \
-p 6080:6080 moyash/novnc-ros-desktop:melodic
Open localhost:6080
in your browser and type password
for vnc-auth:
Start container:
docker run --rm \
--tmpfs /run --tmpfs /run/lock --tmpfs /tmp \
--cap-add SYS_BOOT --cap-add SYS_ADMIN \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-e PASSWORD=password \
-p 6080:6080 moyash/novnc-ros-desktop:noetic
For Noetic Version
Run as much as you want. Don't forget setting ROS.