MFernandezCarmona / docker-ubuntu-vnc-desktop

Docker image to provide HTML5 VNC interface to access Ubuntu 16.04 LXDE desktop environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ros-kinetic-desktop-lcas

Docker image to provide HTML5 VNC interface to access ROS kinetic on Ubuntu 16.04 with the LXDE desktop environment and LCAS development software. This is a fork of docker-ubuntu-vnc-desktop

Building your image

sudo docker build --tag ros-kinetic-desktop-lcas --build-arg repository_password=[RESTRICTED REPO PASSWORD] --network host .

Quick Start

Run the docker image and open port 6080 with access to your iliad workspace:

docker run -it -d -v /home/manolofc/workspace/iliad_ws:/home/manolofc/workspace/iliad_ws --rm -p 6080:80 ros-kinetic-desktop-lcas:latest

Browse http://127.0.0.1:6080/

About

Docker image to provide HTML5 VNC interface to access Ubuntu 16.04 LXDE desktop environment

License:Apache License 2.0


Languages

Language:JavaScript 68.3%Language:Python 13.3%Language:HTML 7.8%Language:C 3.7%Language:CSS 2.0%Language:Ruby 1.5%Language:Shell 1.0%Language:Clojure 0.8%Language:Roff 0.5%Language:Dockerfile 0.5%Language:C# 0.3%Language:Makefile 0.2%Language:Perl 0.0%