So SSH in a container is bad? How about using an HTML5 browser to connect to a vncserver in a container via guacamole in the same container. And then... run everything as root!
1.3K
I heard that running ssh in a container is a bad thing. OK, here is my solution. A full X session. HA
Just a simple example of using my hall/guacamole image.
Randy Hall [email protected]
Build from docker file:
git clone [email protected]:hall757/guacamole-demo.git
cd guacamole-demo
docker build -t hall/guacamole-demo .
On a secure network, launch with the following.
docker run -d -p 8080:8080 hall/guacamole-demo
Browse to http://your-host-ip:8080
Username: demo
Password: demo
Content type
Image
Digest
sha256:3fad7679c…
Size
377.2 MB
Last updated
almost 11 years ago
docker pull hall/guacamole-demo