From b79ec2edc5a0b3ce27ed5d98570415cec412caab Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:54:22 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b909519..b5ca951 100644 --- a/README.md +++ b/README.md @@ -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): ```