From 5c09acee6ee4300bbfe23da317579d18f14496d5 Mon Sep 17 00:00:00 2001 From: LaibaNoor <88136283+Laiba-Noor@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:47:52 -0800 Subject: [PATCH] Update I20-1786-Laiba-Noor.md --- I20-1786-Laiba-Noor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I20-1786-Laiba-Noor.md b/I20-1786-Laiba-Noor.md index ba572cb17..e7f3763aa 100644 --- a/I20-1786-Laiba-Noor.md +++ b/I20-1786-Laiba-Noor.md @@ -8,7 +8,7 @@ Containers provide Os level virtualization, sharing the host OS's kernel.It offe Burstable Compute,Burstable Memory and Low Resource Usage.It solves "Work on my machine issue" as same image is deployed in staging and production. Q2) Write command to create a docker container in detached mode with name assignment-2- running on host port 9090 and container port 80 using image nginx with version 1.24.0 on a custom network named assignment-2 -docker run -d --name assignment-2-I20-1786 -p 9090:80 nginx:1.24.0 --network assignment-2 +docker run -d --name assignment-2-I20-1786 -p 9090:80 --network assignment-2 nginx:1.24.0 Q3) Run the above command and add screenshot of it and share the logs https://imgur.com/a/oNze6tf