Question: What does the command 'docker run - d - p 2 0 0 0 : 3 0 0 0 exam 3 ' do ? Create

What does the command 'docker run -d -p 2000:3000 exam3' do?
Create a cluster based on an image called exam3, map cluster port 2000 to image port 3000
Create a container named exam3 based on Dockerfile, replace port 2000 with port 3000
00
Create a container based on an image called exam3, map the container port 2000 to the EC2 port 3000
Create an image called exam3 based on Dockerfile, map EC2 port 2000 to image port 3000
What does the command 'docker run - d - p 2 0 0 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!