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 \
|
--workdir /workspace \
|
||||||
--volume ${PWD}/workspace:rw \
|
--volume ${PWD}/workspace:rw \
|
||||||
--rm \
|
--rm \
|
||||||
volkerraschek/rpm-builder:latest \
|
docker.io/volkerraschek/rpm-builder:latest \
|
||||||
--arch=x86_64 \
|
--arch=x86_64 \
|
||||||
--epoch=0 \
|
--epoch=0 \
|
||||||
--version=0.1.0 \
|
--version=0.1.0 \
|
||||||
@ -35,6 +35,6 @@ You get on overview of all possible sub commands via `--help` or visit the
|
|||||||
```bash
|
```bash
|
||||||
$ docker run \
|
$ docker run \
|
||||||
--rm \
|
--rm \
|
||||||
volkerraschek/rpm-builder:latest \
|
docker.io/volkerraschek/rpm-builder:latest \
|
||||||
--help
|
--help
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user