Skip to content

duckbill/DockerDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An easy dashboard to manage your local container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published