# docker-console **Repository Path**: supernatural-fork/docker-console ## Basic Information - **Project Name**: docker-console - **Description**: https://github.com/lanbiter/docker-console - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2021-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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/