Skip to content

Latest commit

 

History

History

web_console

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

web console

Download & Install

go get -u -v github.com/wzshiming/console/cmd/web_console

or

docker pull wzshiming/web_console 

Start

$(go env GOBIN)/web_console

or

docker run -it --rm -p 8888:8888 wzshiming/web_console

Shell

http://localhost:8888/?name=shell&cmd={cmd}

SSH

http://localhost:8888/?name=ssh&host=ssh://{username}:{password}@{domain}:{port}

Docker

http://localhost:8888/?name=docker&host=tcp://localhost:2375&cid={Container}&cmd={cmd}
or
http://localhost:8888/?name=docker&host=unix:///var/run/docker.sock&cid={Container}&cmd={cmd}

License

Pouch is licensed under the MIT License. See LICENSE for the full license text.