doc(README): use absolute container image name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9ddcc5937a
commit
5c13a63bed
@ -17,7 +17,7 @@ $ docker run \
|
||||
--workdir /workspace \
|
||||
--volume ${PWD}/workspace:rw \
|
||||
--rm \
|
||||
volkerraschek/rpm-builder:latest \
|
||||
docker.io/volkerraschek/rpm-builder:latest \
|
||||
--arch=x86_64 \
|
||||
--epoch=0 \
|
||||
--version=0.1.0 \
|
||||
@ -35,6 +35,6 @@ You get on overview of all possible sub commands via `--help` or visit the
|
||||
```bash
|
||||
$ docker run \
|
||||
--rm \
|
||||
volkerraschek/rpm-builder:latest \
|
||||
docker.io/volkerraschek/rpm-builder:latest \
|
||||
--help
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user