From a7edc9ea29316c87b9ff2ea01479812111063b3f Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:29:16 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3905b0c..8702b22 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ These are yaml files containing the repositories you may want to include into yo For a multi-stage build for instance, I define my base image repositories in "my.repos" and the extended image repositories in "my_extended.repos" ## To build the image for example_service (and push it to your container registry): -docker buildx bake example_service --load -docker buildx bake example_service --push - +''' +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 +''' ## To run example_service: ### Run example_service in background docker compose up -d example_service