Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Dec 3, 2024
1 parent 9ab1080 commit 429051c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,17 @@ chmod +x seed.sh
```shell
./seed.sh path/to/db.sql myorg/myimage:latest

# or with forced platform
# with forced platform
DOCKER_DEFAULT_PLATFORM=linux/amd64 ./seed.sh path/to/db.sql myorg/myimage:latest

# for multi-platform image
DESTINATION_PLATFORMS=linux/amd64,linux/arm64 ./seed.sh path/to/db.sql myorg/myimage:latest

# with a custom base image (e.g., canary)
BASE_IMAGE=drevops/mariadb-drupal-data:canary ./seed.sh path/to/db.sql myorg/myimage:latest
```

Note that you should already be logged in to the registry as `seed.sh` will be pushing an image.
Note that you should already be logged in to the registry as `seed.sh` will be pushing an image as a part of `docker buildx` process.

## Maintenance

Expand Down

0 comments on commit 429051c

Please sign in to comment.