Step 1 – Setup Artifactory using Docker way
Follow this instructions…
https://www.devopsschool.com/blog/setup-artifactory-pro-6-1-0-using-docker-containtainer/
Step 2 – Create a docker repo
Create a repo & “Docker Access Method” == Repository Path && Save it
Example of docker push or pull and login commands:
docker pull / push 13.233.18.29:8081/<REPOSITORY_KEY>/<IMAGE>:<TAG>
docker login -u <USER_NAME> -p <USER_PASSWORD> 13.233.18.29:8081
Step 3 – Convert https to https using
Convert https to https using https://www.devopsschool.com/blog/setup-docker-service-to-use-insecurehttp-registry-instead-of-https/
i.e
{
“insecure-registries” : [“13.233.18.29:8081”]
}
Step 4 – Login to Artifactory registory
$ docker login -u admin -p password 13.233.18.29:8081
Step 5 – Push the docker image to Artifactory registory
$ docker tag imagename 13.233.18.29:8081/<REPOSITORY_KEY>/<IMAGE>:<TAG>
$ docker push 13.233.18.29:8081/<REPOSITORY_KEY>/<IMAGE>:<TAG>
i.e docker pull 13.233.18.29:8081/repo-name/image-name
Docker Tutorials Fundamental To Advanced-2021 Crash Course:- https://bit.ly/3hOIbTB
Docker Advance Tutorial | Part 1 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 2 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 3 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 4 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 5 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 6 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 7 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 8 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 9 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 10 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 11 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 13 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 14 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 15 out 16 | — By DevOpsSchool
Docker Advance Tutorial | Part 16 out 16 | — By DevOpsSchool
Mentor for DevOps - DevSecOps - SRE - Cloud - Container & Micorservices at
Cotocus Join my following certification courses...
- DevOps Certified Professionals (DCP)
- Site Reliability Engineering Certified Professionals (SRECP)
- Master in DevOps Engineering (MDE)
- DevSecOps Certified Professionals (DSOCP)
URL - https://www.devopsschool.com/certification/
My Linkedin - https://www.linkedin.com/in/rajeshkumarin
My Email - contact@DevOpsSchool.com
Latest posts by Rajesh Kumar
(see all)