Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.14 KB

DockerDashboard

Step

  1. Install following prerequsit to run this app

    $ pip install docker-py
    $ sudo pip install Flask
  2. if you are using this dashboard remotely change the ip in DockerDashboard/master/view.py in below line

    app.run([ip],8080,debug=True)

    and use url : http://[ip]:8080/login

    otherwise if you are running this code locally don’t change DockerDashboard/master/view.py file

    and access url is : http://localhost:8080/login

  3. To run Server 👍

     python run.py
    

Login : Id : [email protected] Pass: admin

  1. Screenshot

    • login
    • manage
    • create
    • network