Back to Browse

Intro to Docker : DevSecOps : TryHackMe : Walk through 13.0

881 views
Premiered Jul 15, 2024
37:09

Intro to Docker : DevSecOps : TryHackMe : Walk through 13.0 Room: https://tryhackme.com/r/room/introtodockerk8pdqk If we wanted to pull a docker image, what would our command look like? If we wanted to list all images on a device running Docker, what would our command look like? Let's say we wanted to pull the image "tryhackme" (no quotations); what would our command look like? Let's say we wanted to pull the image "tryhackme" with the tag "1337" (no quotations). What would our command look like? What would our command look like if we wanted to run a container interactively? Note: Assume we are not specifying any image here. What would our command look like if we wanted to run a container in "detached" mode? Note: Assume we are not specifying any image here. Let's say we want to run a container that will run and bind a webserver on port 80. What would our command look like? Note: Assume we are not specifying any image here. How would we list all running containers? Now, how would we list all containers (including stopped)? What instruction would we use to specify what base image the container should be using? What instruction would we use to tell the container to run a command? What docker command would we use to build an image using a Dockerfile? Let's say we want to name this image; what argument would we use? #Intro #Docker #devsecops #tryhackme #part1

Download

0 formats

No download links available.

Intro to Docker : DevSecOps : TryHackMe : Walk through 13.0 | NatokHD