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