Fix Documentation
This commit is contained in:
parent
6bc748906e
commit
b0d0bb613e
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue