argilla-docker/registry
giomba 47f9d48899 Decouple docker-compose and container credentials for Registry. 2022-12-29 21:32:42 +01:00
..
README.md first commit 2020-10-26 21:42:51 +01:00
docker-compose.yml Decouple docker-compose and container credentials for Registry. 2022-12-29 21:32:42 +01:00

README.md

registry

add user

htpasswd -Bn username >> htpasswd

edit user

vim htpasswd

generate certificate

openssl req -x509 -newkey rsa:4096 -nodes -keyout registry.key -out registry.crt -days 3650

list available images

curl -X GET https://dockerhub.golem.linux.it/v2/_catalog --user golem