Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)