Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vangie/docker-web-terminal
A web-based terminal for docker container.
https://github.com/vangie/docker-web-terminal
Last synced: about 6 hours ago
JSON representation
A web-based terminal for docker container.
- Host: GitHub
- URL: https://github.com/vangie/docker-web-terminal
- Owner: vangie
- License: mit
- Created: 2015-03-15T12:58:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T14:25:13.000Z (about 8 years ago)
- Last Synced: 2023-03-28T00:50:04.600Z (over 1 year ago)
- Language: CSS
- Size: 7.81 KB
- Stars: 37
- Watchers: 3
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Web Terminal
A web-based terminal for docker container.
### Demo
[http://docker-web-terminal.coding.io](http://docker-web-terminal.coding.io)
### Run outside of docker
$ npm install && bower install && npm start
### Build image
docker build -t "vangie/docker-web-terminal" --rm .
### Start container
docker run -d -p 5000:5000 vangie/docker-web-terminal:latest
### Open in browser
open http://`boot2docker ip`:5000
### Author
Vangie Du from Coding IDE Team [http://codelife.me](http://codelife.me)
### License
The MIT License (MIT)