Skip to content

Commit

Permalink
Minor tweaks (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcorrea authored Dec 18, 2024
1 parent ef75182 commit 39305c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/local_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Stop the current Docker container and remove both the container and the image us
```
docker stop mediaflux
docker rm mediaflux
docker rmi princeton_dev:latest (or the version you had previously like mediaflux_dev:latest )
docker rmi pulibraryrdss/mediaflux_dev:latest
```

You can use `docker images` to find out the exact name of the image to delete.
Expand All @@ -39,6 +39,8 @@ echo "$DOCKERHUB_PASSWORD" | docker login --username $DOCKERHUB_USERNAME --passw
docker create --name mediaflux --platform linux/amd64 --mac-address 02:42:ac:11:00:02 --publish 8888:80 pulibraryrdss/mediaflux_dev:{tag_number}
```

NOTE: You might need to tweak the platform parameter to `--platform linux/arm64` depending on the architecture of your machine.

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

```
Expand Down

0 comments on commit 39305c1

Please sign in to comment.