...

/

Quiz on Dockerfile Automation

Quiz on Dockerfile Automation

Automation using Dockerfile

We'll cover the following...

Automation using Dockerfile

1.

How do you map a host port to the container port?

A.

docker run -i : imagename

B.

docker run -p 5000:5000 flask_app:1.0

C.

docker run --expose 5000:5000 flask_app:1.0

D.

docker log <container_name>


1 / 5