Skip to content

get access to docker containers in your web browser

Notifications You must be signed in to change notification settings

jizhilong/goexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goexec-get access to your docker container in a web browser

how to use it?

the first way is to build and run on your host.

go get github.com/jizhilong/goexec
goexec -w
# open http://<hostip>:8000/?container=<containerid> in your browser

another way is to run goexec inside a container.

docker run -td --net host -v /var/run/docker.sock:/var/run/docker.sock jizhilong/goexec goexec -w -p 8000
# open http://<hostip>:8000/?container=<containerid> in your browser

how goexec works.

goexec is a command line tool based on gotty, it works by converting docker-daemon's exec websocket to gotty-protocol.

About

get access to docker containers in your web browser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages