GithubHelp home page GithubHelp logo

planetacomputer / easydockerweb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qfdk/easydockerweb

0.0 0.0 0.0 3.75 MB

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

Home Page: https://ko-fi.com/qfdko

License: GNU General Public License v3.0

JavaScript 63.25% CSS 2.42% HTML 31.80% Dockerfile 0.16% Less 1.69% Shell 0.03% EJS 0.65%

easydockerweb's Introduction

Laboratoris Quan faig click sobre Download es descarrega i s'executa el laboratori, passant al terminal.

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 (beta)

cd web-ui
yarn install
yarn start

http://localhost:4000

Mongo

sessionID slugLaboratori X firstName X lastName X email X nota X arrEncerts X datePosted X

revisar puntuació dins terminal

git clone https://github.com/planetacomputer/EasyDockerWeb.git

add .env file

npm install (tested with node.js v17.3.1)

docker run --rm -p 3000:3000 -v /home/dani/Documents/EasyDockerWeb/:/src -v /var/run/docker.sock:/var/run/docker.sock planetacomputer/easy-docker-web

You can create your own image from the project code folder: docker build -t easy-docker-web2 . Then you can run the container without sharing the code folder: docker run --rm -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock easy-docker-web2

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.