Quiz: Containers

Test your knowledge of Docker containers.

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

Get hands-on with 1300+ tech skills courses.