Sign inSign up

smarthomefans/easydockerweb

By smarthomefans

•Updated over 2 years ago

Image
0

50K+

smarthomefans/easydockerweb repository overview

⁠EasyDockerWeb

A simple Web Ui for Docker using xterm.js, Node.js and Socket.io

⁠Quick start

  • n1版本
docker run -it -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock smarthomefans/easydockerweb:arm64v8-latest
  • x86版本
docker run -it -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock smarthomefans/easydockerweb:latest

http://localhost:3000⁠ enjoy ;)

⁠Requirement

  • Node.js
  • Docker remote api >= v1.24
  • macOs or Linux or windows

⁠Then

git clone https://github.com/qfdk/EasyDockerWeb.git
cd EasyDockerWeb
npm i 
npm start

⁠Build your docker image

docker build -t easy-docker-web .
docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock easy-docker-web

⁠Images

overview

terminal

newContainer

containers

images

pull

pull2

Tag summary

Content type

Image

Digest

sha256:166220314…

Size

64.3 MB

Last updated

over 2 years ago

docker pull smarthomefans/easydockerweb