Update README.md

This commit is contained in:
bjoernellens1 2023-10-23 13:54:22 +02:00 committed by GitHub
parent a7baf65e4b
commit b79ec2edc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,14 @@ git clone https://github.com/bjoernellens1/ros2_docker_template
``` ```
docker buildx bake hello-world --load # to load into local container registry docker buildx bake hello-world --load # to load into local container registry
``` ```
or
``` ```
docker buildx bake hello-world --push # to push into specified remote container registry docker buildx bake hello-world --push # to push into specified remote container registry
``` ```
### Run the hello, world! image
```
docker compose run hello-world
```
## To build the image for my_example (and push it to your container registry): ## To build the image for my_example (and push it to your container registry):
``` ```