An open API service indexing awesome lists of open source software.

https://github.com/khlam/portainer


https://github.com/khlam/portainer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Example for locally running portainer and a docker registry.
Portainer login is `admin` and `4444 4444 4444 4444`.
Delete volume and reset everything: `docker-compose down -v`

Hashed credentials were generated using:

src: https://gist.github.com/deviantony/62c009b41bde5e078b1a7de9f11f5e55

`docker run --rm httpd:2.4-alpine htpasswd -nbB admin '4444 4444 4444 4444' | cut -d ":" -f 2`