docker registry
Docker hub 에 Image Push 하기
Docker hub 에 Image Push 하기
2022.05.05Kubernetes, Docker, CI/CD 에 많이 활용되는 docker push, docker pull 을 하기 위해서 docker image 원격 저장소에 이미지를 push 하는 방법을 소개 하겠습니다. 제일먼저 필요한 것은 docker hub 에 계정이 없으신 분들은 계정을 생성해주셔야 합니다. https://hub.docker.com/ Docker Hub Container Image Library | App Containerization Build and Ship any Application Anywhere Docker Hub is the world's easiest way to create, manage, and deliver your team's container applications. ..
gitlab ci 를 이용하여 Azure docker registry에 image push 하기
gitlab ci 를 이용하여 Azure docker registry에 image push 하기
2021.10.08들어가기에 앞서 docker image 를 build 하여 docker image 저장소에 빌드를 하는 이유는 뭘까? 프로젝트를 하다보니 프로젝트 가 무거워지면서 점점 빌드하는 시간이 길어지고 Cloud vm에 좀더 빠르게 개발서버를 Run하기 위해서 도입하게 되었습니다. 이 글에서는 지속적인 배포 (CD) 에 대해서는 설명하지 않습니다. vm 이나 Azure app에 git push후 자동 배포후 실행까지 다루는 정보는 추후에 제가 조금더 공부해서 작성하도록 하겠습니다. Azure set up 먼저 Azure docker registry를 만든뒤 Username 과 password 를 기억해주세요 gitlab plan을 비즈니스나 프로로 쓰시는분들은 gitlab에 있는 docker registry를 사..