Quiz: Containers
Test your knowledge of Docker containers.
We'll cover the following...
1
Which command will print the Hello world
in an interactive Python shell?
A)
docker run python:3.7.9-alpine3.11 python3
print("Hello world")
B)
docker run -it python:3.7.9-alpine3.11 python3
print("Hello world")
C)
docker run python:3.7.9-alpine3.11 python3 "Hello world"
D)
docker run -it python:3.7.9-alpine3.11 python3 "Hello world"
Question 1 of 70 attempted
Access this course and 1400+ top-rated courses and projects.