Skip to content

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

License

Notifications You must be signed in to change notification settings

smarthomefans/EasyDockerWeb

 
 

Repository files navigation

EasyDockerWeb

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

With this solution you will be able to create your owner SAS service.

  • If you need to use docker cluster, https://portainer.io/ may be a good choice.
  • search image by name
  • terminal
  • log

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

Development mode

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

Build your owner docker image

git clone https://github.com/qfdk/EasyDockerWeb.git
cd EasyDockerWeb
docker build -t easy-docker-web .
docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock easy-docker-web

中文

简单的 docker 管理程序,使用了express socket.io 来实现前后端通讯.

Images

login

overview

terminal

newContainer

containers

images

pull

pull2

Sponsor

JetBrains

React.js web ui (removed)

cd web-ui
yarn
yarn start

http://localhost:4000

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.7%
  • JavaScript 42.0%
  • CSS 6.8%
  • Dockerfile 0.5%