Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 541 Bytes

dockerLAB

dockerLAB is a dind (docker in docker) sample.
It includes HTML5 VNC interface to access LXDE desktop environment.
Visual Studio Code added for writing Dockerfile, Docker Compose and some code samples.

Include;

  • Visual Studio Code

Pull and Run Docker

docker run -it --rm --privileged -p 6080:80 softarch/docker-lab

Connect VNC with browser

Open http://localhost:6080/

Start Docker Service

Docker service start command

service docker start