Assume that you have a program written in Python, and you havealready created a dockerfile for it. Write down the commands thatyou will need to:
A. Build an image called "MidtermProject"
B. Tag the image with a new tag called:"account1/repo1:tag1"
C. List all the containers
D. Push the image with the tag from part B to Docker Hub.
E. Run a container from the image created in part A.
F. Delete the image from part A.
Assume that you have a program written in Python, and you have already created a dockerfile for it. Write down the comma
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am