Skip to content

Commit

Permalink
Added platform parameter so it works regardless of the architecture o…
Browse files Browse the repository at this point in the history
…f your laptop (#972)
  • Loading branch information
hectorcorrea authored Oct 7, 2024
1 parent f54720c commit 7bfb9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/local_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "$DOCKERHUB_PASSWORD" | docker login --username $DOCKERHUB_USERNAME --passw
2. _create a container_ with an image from docker hub (notice we name it `mediaflux`)

```
docker create --name mediaflux --mac-address 02:42:ac:11:00:02 --publish 8888:80 pulibraryrdss/mediaflux_dev:latest
docker create --name mediaflux --platform linux/amd64 --mac-address 02:42:ac:11:00:02 --publish 8888:80 pulibraryrdss/mediaflux_dev:latest
```

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

0 comments on commit 7bfb9c9

Please sign in to comment.