Skip to main content

Command Palette

Search for a command to run...

Day 16 - Task: Docker for DevOps Engineers

Updated
1 min readView as Markdown
Day 16 - Task: Docker for DevOps Engineers
G

👋 Hey there! I'm Gayatri, I have completed a degree in Computer Engineering. I am extensively involved in the fields of DevOps and Cloud computing.

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

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

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

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

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

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

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

Now NGINX will be accessible at:

http://<your-ec2-public-ip>:8081

More from this blog

Untitled Publication

43 posts