File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ docker rmi princeton_dev:latest (or the version you had previously like mediafl
1818```
1919
2020You can use ` docker images ` to find out the exact name of the image to delete.
21+ You can also use the docker desktop to delete the image and container.
2122
2223
2324## Load the new Docker image
@@ -32,8 +33,10 @@ echo "$DOCKERHUB_PASSWORD" | docker login --username $DOCKERHUB_USERNAME --passw
3233
33342 . _ create a container_ with an image from docker hub (notice we name it ` mediaflux ` )
3435
36+ You can get the list of tag numbers from [ Docker Hub] ( https://hub.docker.com/repository/docker/pulibraryrdss/mediaflux_dev/general )
37+
3538```
36- docker create --name mediaflux --platform linux/amd64 --mac-address 02:42:ac:11:00:02 --publish 8888:80 pulibraryrdss/mediaflux_dev:latest
39+ docker create --name mediaflux --platform linux/amd64 --mac-address 02:42:ac:11:00:02 --publish 8888:80 pulibraryrdss/mediaflux_dev:{tag_number}
3740```
3841
39423 . From now on when you need _ start this container_ you can use:
You can’t perform that action at this time.
0 commit comments