Docker 1st Assignment- Sagar

DevOps

MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare
  • Top 10 commands with 1 example of using docker container:
  1. docker attach: Attach local standard input, output, and error streams to a running container
  2. docker create: Create a new container
  3. docker exec: Run a command in a running container
  4. docker inspect: Return low-level information on Docker objects
  5. docker kill: Kill one or more running containers
  6. docker port: List port mappings or a specific mapping for the container
  7. docker rm: Remove one or more containers
  8. docker restart: Restart one or more containers
  9. docker start: Start one or more stopped containers
    10.docker stop: Stop one or more running containers
  • 5 commands with 1 example of using docker image
  1. docker build: Build an image from a Dockerfile
  2. docker images: List images
  3. docker save: Save one or more images to a tar archive
  4. docker commit: Create a new image from a container’s changes
  5. docker rmi: Remove one or more images
  • 5 commands with 1 example of using docker registry
  1. docker login: Log in to a Docker registry
  2. docker logout: Log out from a Docker registry
  3. docker pull: Pull an image or a repository from a registry
  4. docker push: Push an image or a repository to a registry
  5. docker search: Search the Docker Hub for images
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x