Quiz: Different Deployment Platforms
Test yourself on what you've learned in this chapter.
1
Which command is used to build a Docker image with a specified tag from the current directory?
A)
docker build -t my-first-dockerized-nextjs-app
B)
docker run -t my-first-dockerized-nextjs-app
C)
docker create -t my-first-dockerized-nextjs-app
D)
docker push -t my-first-dockerized-nextjs-app
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.