Sign inSign up

rediceli/dockerui

By rediceli

Updated over 11 years ago

Dockerui with nginx for basic auth

Image
1

2.0K

rediceli/dockerui repository overview

dockerui with nginx for basic auth

Usage:

** 1. Start dockerui: **

docker run -d -p 9000:80 --privileged -v /var/run/docker.sock:/var/run/docker.sock  rediceli/dockerui

** 2. Open your browser to: http://localhost:9000. The default username/password: admin/dockerui. **

Use your own username and password:

** 1. Generate password file: **

htpasswd -bc /where/your/htpasswd   myusername mypassword

** 2. Run dockerui: **

docker run -d -p 9000:80 --privileged -v /where/your/htpasswd:/app/.htpasswd  -v /var/run/docker.sock:/var/run/docker.sock  rediceli/dockerui

Tag summary

Content type

Image

Digest

sha256:d25323a01

Size

-

Last updated

almost 11 years ago

docker pull rediceli/dockerui