🩹 fix README to prevent 'ERROR: failed to solve: invalid reference format: repository name must be lowercase'
and 'docker: invalid reference format: repository name must be lowercase.'
This commit is contained in:
parent
a2155e0af6
commit
4aab0a64ee
|
|
@ -95,7 +95,7 @@ make install clean
|
|||
#### Using [containers](https://www.docker.com/)
|
||||
|
||||
```console
|
||||
docker build -t Y2Z/monolith .
|
||||
docker build -t y2z/monolith .
|
||||
sudo install -b dist/run-in-container.sh /usr/local/bin/monolith
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ if which podman 2>&1 > /dev/null; then
|
|||
DOCKER=podman
|
||||
fi
|
||||
|
||||
$DOCKER run --rm Y2Z/$PROG_NAME "$@"
|
||||
$DOCKER run --rm y2z/$PROG_NAME "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue