List of questions
Related questions
Question 430 - 200-901 discussion
A development team needs to containerize an application named 'cust475605674\ A Dockerfile has been created and now the docker build command needs to be run using the current folder to find the Dockerfile. build the image and create a local repository named 'cust321453857-rep' that points to that image. Which command must be used?
A.
docker build -t cust321453857-rep -f Dockerfile
B.
docker build cust321453857-rep -f Dockerfile.txt
C.
docker build cust321453857-rep Dockerfile
D.
docker build -t cust321453857-rep Dockerfile.txt
Your answer:
0 comments
Sorted by
Leave a comment first