List of questions
Related questions
Question 347 - 350-901 discussion
A developer has created a local Docker alpine image that has the image ID 'dockapp432195596ffr' and tagged as ‘new’. Which command creates a running container based on the tagged image, with the container port 80 bound to port 8080 on the host?
A.
docker build -p 8080:80 alpine new
B.
docker exec -p 808080 alpine new
C.
docker start -p 808080 alpine new
D.
docker run -p 8080.80 alpine.now
Your answer:
0 comments
Sorted by
Leave a comment first