Day16 ----> 90DaysOfDevOps Challenge @TWS

Day16 ----> 90DaysOfDevOps Challenge @TWS

Day 16 Task: Docker for DevOps Engineers.

Tasks

As you have already installed Docker in the previous day's tasks, now is the time to run Docker commands.

  1. Use the docker run command to start a new container and interact with it through the command line. [Hint: docker run hello-world]

image

  1. Use the docker inspect command to view detailed information about a container or image.

image

  1. Use the docker port command to list the port mappings for a container.

image

  1. Use the docker stats command to view resource usage statistics for one or more containers.

image

  1. Use the docker top command to view the processes running inside a container.

image

  1. Use the docker save command to save an image to a tar archive.

image

  1. Use the docker load command to load an image from a tar archive.

image

These tasks involve simple operations that can be used to manage images and containers.

You can post on LinkedIn and let us know what you have learned from this task by #90DaysOfDevOps Challenge. Happy Learning :)

https://www.linkedin.com/posts/chaitannyaa-gaikwad-b16965115_day16-90daysofdevops-challenge-tws-activity-7054921240276344832-JTWW?utm_source=share&utm_medium=member_desktop

Day16 task is completed

90DaysOfDevOps Tasks👇

github.com/Chaitannyaa/90DaysOfDevOps.git

(6) Activity | Chaitannyaa Gaikwad | LinkedIn