Easydockerweb

A simple Web Ui for Docker using xterm.js, Node.js, dockerode and Socket.io
Alternatives To Easydockerweb
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Prometheus50,0758506 hours ago739July 28, 2023888apache-2.0Go
The Prometheus monitoring system and time series database.
Generator Jhipster20,8704,6662038 hours ago269July 12, 2023241apache-2.0TypeScript
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Tooljet20,85829 hours ago14June 06, 2023517agpl-3.0JavaScript
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
Outline20,591
13 hours ago71otherTypeScript
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.
Memos19,391
17 hours ago45July 26, 2023195mitGo
A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts
Plane17,305
5 hours ago222agpl-3.0TypeScript
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
Coolify8,983
5 hours ago30apache-2.0PHP
An open-source & self-hostable Heroku / Netlify alternative. Cloud version available here -> https://app.coolify.io
Homepage8,607
a day agogpl-3.0JavaScript
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
Reference7,668
4 days ago107mitDockerfile
为开发人员分享快速参考备忘清单(速查表)
Panel5,336
6 hours ago92November 04, 2021354otherPHP
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Alternatives To Easydockerweb
Select To Compare


Alternative Project Comparisons
Readme

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

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
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

Popular Docker Projects
Popular Reactjs Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Reactjs
Docker
Terminal
Socket
Portainer