Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abuccts/webdocker
A Web based Docker client using dockerd socket and xterm.js
https://github.com/abuccts/webdocker
Last synced: 3 months ago
JSON representation
A Web based Docker client using dockerd socket and xterm.js
- Host: GitHub
- URL: https://github.com/abuccts/webdocker
- Owner: abuccts
- License: mit
- Created: 2019-11-04T05:27:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:57:56.000Z (about 2 years ago)
- Last Synced: 2023-03-11T04:25:09.166Z (almost 2 years ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebDocker
=========A Web based Docker client using dockerd socket and `xterm.js`.
Usage
------ Run locally
```sh
$ yarn
$ yarn start
```- Run with Docker
```sh
$ docker run \
-it \
-p 8080:8080 \
-v /var/run/docker.sock:/var/run/docker.sock \
--name webdocker \
docker.pkg.github.com/abuccts/webdocker/webdocker
```- Deploy as DaemonSet in Kubernetes
```sh
$ kubectl create -f webdocker-ds.yaml
```