Skip to content

Commit 555f88f

Browse files
authored
updating local development documentation for pulling the latest mflux… (#993)
* updating local development documentation for pulling the latest mflux image * adding list of tag numbers
1 parent 1f81f51 commit 555f88f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/local_development.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ docker rmi princeton_dev:latest (or the version you had previously like mediafl
1818
```
1919

2020
You 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

3334
2. _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

3942
3. From now on when you need _start this container_ you can use:

0 commit comments

Comments
 (0)