Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to upload and download docker images using nexus registry/repository?

Step 1- Setup your Nexus server and required authentication

Step 2- Create docker repo at Nexus

Step 3- Install Docker & Configure with non httpds

Step 4- Create a Dockerfile for an Image

$ more dockerfile
FROM ubuntu
MAINTAINER Rajesh kumar rajesh@devopsschool.com
RUN touch /opt/devopsschool.txt

Step 5- Create a docker image

$ docker build -t devopsschool .
$ docker images

Step 6- Docker login

$ docker login http://15.206.81.210:9001/repository/docker-hosted/Code language: JavaScript (javascript)

Step 7- Match a Image name with repository by following pattern

$ docker tag devopsschool 15.206.81.210:9001/docker-hosted/devopsschool

Step 8- Docker push

$ docker push 15.206.81.210:9001/docker-hosted/devopsschool

Step 9- Docker pull

$ docker pull 15.206.81.210:9001/docker-hosted/devopsschool

Docker Tutorials Fundamental To Advanced-2021 Crash Course:- https://bit.ly/3hOIbTB

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.