Install following prerequsit to run this app
Install docker url:
https://docs.docker.com/engine/installation/linux/ubuntulinux/
Install python dependencies with pip:
pip install docker-py
sudo pip install Flask
download the zip:
https://github.com/ajinkyamhatre/Docker-Dashboard/archive/master.zip
if you are using this dashboard remotely change the ip in Docker-Dashboard/user.py in below line
app.run(‘[ip]’,8080,debug=True)
and use url http://<bold>[ip]</bold>:8080/login
otherwise if you are running this code locally, don’t change Docker-Dashboard/user.py file
and access url is http://localhost:8080/login
./runapp.sh
[email protected]
admin