QuestionQ602
Application Deployment and Security
Refer to the exhibit. Which command, including its arguments, is executed when the container starts?
- A /bin/sh -c "/bin/sleep 30 && nginx -g 'daemon off;'"
- B /bin/sh -c "/bin/sleep 10 && nginx -g 'daemon off;'"
- C /bin/bash -c "/bin/sleep 30 && nginx -g 'daemon off;'"
- D /bin/sh -c "/bin/sleep 30" && nginx -g 'daemon off;'
Community Discussion