https://github.com/khlam/portainer
https://github.com/khlam/portainer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khlam/portainer
- Owner: khlam
- Created: 2023-05-14T01:57:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T04:21:46.000Z (almost 3 years ago)
- Last Synced: 2026-03-04T06:46:19.408Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`