Run a terminal inside your browser thanks to http://web-console.org/
100K+
This image allows to run a terminal in a browser. It uses the web-console open source project.
Run the following command:
docker run -it --rm -p80:80 -v $PWD/directory_to_mount/:/mounted_directory cdue/webconsole:latest
(no need to use the -v option if you don't need to mount a directory inside the container)
Then access your web-console at: http://localhost
Content type
Image
Digest
Size
177.8 MB
Last updated
almost 9 years ago
docker pull cdue/webconsole