Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which Docker command allows you to create new images from an existing Dockerfile from the current directory ?
docker create -t my-apache2 .
docker run -t my-apache2 .
docker build -t my-apache2 .
docker build -t my-apache2 ./
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!