All Projects → lanbiter → Docker Console

lanbiter / Docker Console

Web Terminal For Docker

Programming Languages

python
139335 projects - #7 most used programming language
js
455 projects

Projects that are alternatives of or similar to Docker Console

Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+9059.09%)
Mutual labels:  terminal, websocket
Gotty
Share your terminal as a web application
Stars: ✭ 16,070 (+36422.73%)
Mutual labels:  terminal, websocket
Cli Badges
Quirky little node-js library for generating badges for your cli apps.
Stars: ✭ 39 (-11.36%)
Mutual labels:  terminal
Dotfiles
@anmoljagetia's Dotfiles! Saves me several seconds!
Stars: ✭ 42 (-4.55%)
Mutual labels:  terminal
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+2188.64%)
Mutual labels:  websocket
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-9.09%)
Mutual labels:  websocket
Influx Prompt
An interactive command-line InfluxDB cli with auto completion.
Stars: ✭ 42 (-4.55%)
Mutual labels:  terminal
Notify.uno
Get notified when your command is done
Stars: ✭ 38 (-13.64%)
Mutual labels:  terminal
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (+0%)
Mutual labels:  terminal
Iterm2 Snazzy
Elegant iTerm2 theme with bright colors
Stars: ✭ 1,005 (+2184.09%)
Mutual labels:  terminal
Branroom
webchat ,a site written in java with SSM framework,support blog post
Stars: ✭ 42 (-4.55%)
Mutual labels:  websocket
Dotfiles
Colourful & robust configuration files and utilities for Mac, Linux and BSD
Stars: ✭ 1,006 (+2186.36%)
Mutual labels:  terminal
Websocket Connection Smuggler
websocket-connection-smuggler
Stars: ✭ 40 (-9.09%)
Mutual labels:  websocket
Neoterm
Wrapper of some vim/neovim's :terminal functions.
Stars: ✭ 1,007 (+2188.64%)
Mutual labels:  terminal
Zepl.vim
Lightweight and easy REPL integration for Vim and Neovim.
Stars: ✭ 39 (-11.36%)
Mutual labels:  terminal
Treedrawer
treedrawer is a Go module for drawing trees on the terminal.
Stars: ✭ 43 (-2.27%)
Mutual labels:  terminal
Workerman Chat
Websocket chat room written in PHP based on workerman.
Stars: ✭ 988 (+2145.45%)
Mutual labels:  websocket
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-6.82%)
Mutual labels:  websocket
Hokaido
HND✈CTS
Stars: ✭ 41 (-6.82%)
Mutual labels:  terminal
Tty Font
Terminal fonts
Stars: ✭ 44 (+0%)
Mutual labels:  terminal

Web Terminal For Docker

1, git clone https://github.com/lanbiter/Docker-console.git

2, pip install -r requirements.txt

3, edit /etc/default/docker add DOCKER_OPTIONS="-H unix:///var/run/docker.sock -H 0.0.0.0:2375" or /etc/sysconfig/docker-network,add DOCKER_NETWORK_OPTIONS="-H unix:///var/run/docker.sock -H 0.0.0.0:2375" or /lib/systemd/system/docker.service ,and then restart docker service

4, vim configure.py

5, fix DOCKER_HOST and DOCKER_API_VERSION according to your own situation and set timeout

6, choice a containerID(running) in you DOCKER_HOST and set CONTAINER_ID

7, execute start.sh and visit http://(website):5000/


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].