Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which Docker engine command allows you run a container named <cont_name> on port 1234 from the httpd:latest image ?
docker run --name <cont_name> -t -i -p 80:1234 httpd:latest
docker run <cont_name> -t -i -p 1234:80 httpd:latest
docker run --name <cont_name> -t -i -p 1234:80 httpd:2.4.23
docker start --name <cont_name> -t -i -p 1234:80 httpd:latest
docker run --name <cont_name> -t -i -p 1234:80 httpd:latest
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!