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

myhenji/EasyDockerWeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyDockerWeb

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

Quick start

docker run -it -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock qfdk/easydockerweb

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

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

  • JavaScript 92.6%
  • HTML 6.0%
  • CSS 1.3%
  • Dockerfile 0.1%