Turn Your Vehicle Into a Smart Earning Asset

While youโ€™re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

๐Ÿš— You set the rental price
๐Ÿ” Secure bookings with verified renters
๐Ÿ“ Track your vehicle with GPS integration
๐Ÿ’ฐ Start earning within 48 hours

Join as a Partner Today

Itโ€™s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

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.