Exam (elaborations)
Docker Certified Associate (DCA) Certification
- Course
- Institution
Nancy wants to run a container using an image called foo. She wants to publish the container's port 3001 to port 5050 on the host. Which of the following commands will accomplish this? - Answer- docker run -d -p 5050:3001 foo Which of the following best describes the procedure for backing up Doc...
[Show more]