From b0d0bb613ec9191559c2f60874faa314218fb738 Mon Sep 17 00:00:00 2001 From: Florian Widder Date: Tue, 12 Jan 2021 14:26:16 +0100 Subject: [PATCH] Fix Documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b919288..836670c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,17 @@ docker build -t metube . A Multi-Platform Docker image can be built locally: ```bash +# Build with tag "metube" build-multi-platform.sh + +# Build with tag "other_tag" +build-multi-platform.sh -t "other_tag" + +# Build with tag "metube" and Upload do Docker Registry +build-multi-platform.sh -p true + +# Build with tag "other_tag" and Upload do Docker Registry +build-multi-platform.sh -t "other_tag" -p true ``` ## Development notes