2024-11-15 05:50:49 +01:00
2024-11-15 05:50:49 +01:00
2024-11-15 05:50:49 +01:00
2024-11-15 05:50:49 +01:00
2024-11-15 05:50:49 +01:00

Registry

Description

This docker compose run registry on docker

Certificats

Copy crt and key files on /home/docker/certs/

Run

docker compose up -d

Set password

cd /home/docker/registry/auth
htpasswd -Bc registry.password gilles

Tests

docker pull ubuntu
docker tag ubuntu registry-docker.gmolab.net:5000/ubuntu
docker login 
docker push registry-docker.gmolab.net:5000/ubuntu

## Set registry in Portainer
On portainer 

## Sources
https://distribution.github.io/distribution/about/deploying/  
https://medium.com/@cnadeau_/private-docker-registry-part-4-lets-secure-the-registry-250c3cef237

## Changelog
### v1.0 - 2024-11-15
#### Added
- initial version by [GMo](mailto:gilles.mouchet@gmail.com)
Description
No description provided
Readme 39 KiB
Languages
Shell 100%