All Projects → qfdk → Easydockerweb

qfdk / Easydockerweb

Licence: gpl-3.0
A simple Web Ui for Docker using xterm.js, Node.js, dockerode and Socket.io

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Easydockerweb

Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (-17.01%)
Mutual labels:  terminal, socket
Wslbridge2
Explore various ways to connect Windows Subsystem for Linux with Windows terminal emulators.
Stars: ✭ 93 (-67.71%)
Mutual labels:  terminal, socket
Host
Expose your LocalHost with this tool
Stars: ✭ 268 (-6.94%)
Mutual labels:  terminal
Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+5999.31%)
Mutual labels:  terminal
Yonce
👑 Queen Bey-inspired themes for all your favs.
Stars: ✭ 280 (-2.78%)
Mutual labels:  terminal
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (-4.51%)
Mutual labels:  terminal
Progress bar
Command-line progress bars and spinners for Elixir.
Stars: ✭ 281 (-2.43%)
Mutual labels:  terminal
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: ✭ 269 (-6.6%)
Mutual labels:  terminal
Tcpterm
tcpterm is a packet visualizer in TUI.
Stars: ✭ 288 (+0%)
Mutual labels:  terminal
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-2.78%)
Mutual labels:  terminal
Stag
Streaming bar graphs. For stats and stuff.
Stars: ✭ 286 (-0.69%)
Mutual labels:  terminal
Rover
simple file browser for the terminal
Stars: ✭ 278 (-3.47%)
Mutual labels:  terminal
Vorlonjs
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
Stars: ✭ 2,893 (+904.51%)
Mutual labels:  socket
Cryptowatch
🐦 Cryptocurrency price and account balance monitor
Stars: ✭ 283 (-1.74%)
Mutual labels:  terminal
Trueline
Fast and extensible bash powerline prompt with true color and fancy icon support
Stars: ✭ 271 (-5.9%)
Mutual labels:  terminal
Micro
A modern and intuitive terminal-based text editor
Stars: ✭ 18,526 (+6332.64%)
Mutual labels:  terminal
Windows Terminal Quake
Companion program for the new Windows Terminal that enables Quake-style drop down
Stars: ✭ 269 (-6.6%)
Mutual labels:  terminal
Tty Logger
A readable, structured and beautiful logging for the terminal
Stars: ✭ 280 (-2.78%)
Mutual labels:  terminal
Node Telnet Client
A simple telnet client for Node.js
Stars: ✭ 280 (-2.78%)
Mutual labels:  socket
Terminal Snazzy
Elegant Terminal theme with bright colors
Stars: ✭ 287 (-0.35%)
Mutual labels:  terminal

EasyDockerWeb

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

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

Quick start

Set EDW_USERNAME and EDW_PASSWORD to overwrite the default username and password.

PS: Default username and password are admin/admin.

docker run -it -d -p 3000:3000 -e EDW_USERNAME='admin' -e EDW_PASSWORD='admin' -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

Development mode

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

Build your owen 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 (beta)

cd web-ui
yarn install
yarn start

http://localhost:4000

We have a todo list now.

TODO

Refactoring by using react.js https://github.com/qfdk/EasyDockerWeb/tree/react

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].