QuestionQ227
Application Deployment and SecurityA developer created a Dockerfile and has already built a web-application container image named myWebApp. Requests sent to the server’s public IP address on port 8080 must be redirected to port 80 in the container. The developer wants to start the container and access the Bash shell while the application serves requests. Which command should be used?
- A

- B

- C

- D

Community Discussion