A simple Web Ui for Docker using xterm.js, Node.js and Socket.io
docker run -it -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock smarthomefans/easydockerweb:arm64v8-latest
docker run -it -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock smarthomefans/easydockerweb:latest
http://localhost:3000 enjoy ;)
git clone https://github.com/qfdk/EasyDockerWeb.git
cd EasyDockerWeb
npm i
npm start
docker build -t easy-docker-web .
docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock easy-docker-web







Content type
Image
Digest
sha256:166220314…
Size
64.3 MB
Last updated
over 2 years ago
docker pull smarthomefans/easydockerweb