Skip to content

dongore/docker-webconsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Web-console

This image allows to run a terminal in a browser. It uses the web-console open source project.

Running a web-console container

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%