Coder Social home page Coder Social logo

matthewxu / easydockerweb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qfdk/easydockerweb

0.0 1.0 0.0 2.67 MB

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

License: GNU General Public License v3.0

JavaScript 92.01% CSS 1.15% HTML 5.99% Dockerfile 0.07% Less 0.77%

easydockerweb's Introduction

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

React.js web ui

cd web-ui
yarn install
yarn start

http://localhost:4000

We have a todo list now.

Requirement

  • Node.js
  • Docker remote api >= v1.24
  • macOs or Linux or windows

Developement mode

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

TODO

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

中文

简单的 docker 管理程序,使用了express socket.io 来实现前后端通讯,代码有待优化。 功能有待提升。

Build your owen 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

easydockerweb's People

Contributors

dependabot[bot] avatar liady avatar qfdk avatar valerianpereira avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.