mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 15:55:05 +00:00
Update README.md
This commit is contained in:
parent
a7baf65e4b
commit
b79ec2edc5
@ -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
|
||||
```
|
||||
or
|
||||
```
|
||||
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):
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user