Quiz: Different Deployment Platforms
Test yourself on what you've learned in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
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
1 / 5