Automatic build docker-isthmos from Github Dockerfile
188
Docker UI
I wanted to create an easy to use docker UI with a small footprint so I used Flask and docker-py for the backend and w2ui for the frontend.
To install the dependencies use pip:
$ pip install -r requirements.txt
Start the application with the following command:
$ python run.py
Build docker image with following command:
$ docker build -t anselal/docker-isthmos:latest .
Run docker container with the following command:
$ docker run -d -p 5000:5000 -v /var/run/docker.sock:/var/run/docker.sock anselal/docker-isthmos:v0.0.1
Content type
Image
Digest
Size
22 MB
Last updated
almost 8 years ago
docker pull anselal/docker-isthmos:0.0.3