Update README.md

This commit is contained in:
bjoernellens1 2023-10-23 10:30:39 +02:00 committed by GitHub
parent e0ec0cd74e
commit 55dfe2cec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ For a multi-stage build for instance, I define my base image repositories in "my
## To build the image for example_service (and push it to your container registry): ## To build the image for example_service (and push it to your container registry):
``` ```
docker buildx bake example_service --load # to load into local container registry docker buildx bake example_service --load # to load into local container registry
```
```
docker buildx bake example_service --push # to push into specified remote container registry docker buildx bake example_service --push # to push into specified remote container registry
``` ```
## To run example_service: ## To run example_service: