목차

Docker 개인 저장소(Registry) 생성

docker run -d -v /data/docker_volumes/registry:/var/lib/registry -p 5000:5000 --restart=always registry

curl -X GET [http://[해당주소]:5000/v2/_catalog](http://localhost:5000/v2/_catalog)
curl -X GET [http://localhost:5000/v2/_catalog](http://localhost:5000/v2/_catalog)