2023-11-17 10:40:24 +01:00
2023-11-17 10:40:24 +01:00
2023-11-17 10:40:24 +01:00
2023-11-17 09:49:25 +01:00

DOCKER REGISTRE AVEC UI

Ce projet a pour but d'instancier un registre Docker sécurisé par mot de passe et accessible via une UI. Votre Docker Hub!

CREATION D'UN PASSWORD:

Ici, remplacer testuser et testpassword par le nom d'utilisateur et le mot de passe désiré.

sudo apt-get install apache2-utils
htpasswd -Bbn testuser testpassword > registry-config/htpasswd

LANCER LA STACK

docker-compose up -d

SE CONNECTER A L'ADRESSE:

http://locahost:8087

POUSSER UNE IMAGE:

Login au docker registry (nécessaire une fois):

docker login localhost:5000          

Entrer l'utilisateur et le mot de passe créés plus tôt, puis:

docker tag localhost/mon_image:tag
docker push localhost/mon_image:tag
Description
No description provided
Readme
Languages
Shell 97%
HTML 1.7%
Dockerfile 1.3%