Add delimiter for service image build example
Adds the \ line delimiter for the service image build example in README.md. This prevents only half of the command being executed if the example is copy pasted into a terminal. Change-Id: Id04e8679a1979da9cd0a88e652465f915fd0bf28
This commit is contained in:
committed by
Roman Gorshunov
parent
d910229ce9
commit
13a7ff8654
@@ -53,7 +53,7 @@ $ docker build https://opendev.org/openstack/loci.git#master:dockerfiles/ubuntu
|
|||||||
Then you can build the rest of the service images locally:
|
Then you can build the rest of the service images locally:
|
||||||
``` bash
|
``` bash
|
||||||
$ docker build https://opendev.org/openstack/loci.git \
|
$ docker build https://opendev.org/openstack/loci.git \
|
||||||
--build-arg FROM=loci-base:ubuntu
|
--build-arg FROM=loci-base:ubuntu \
|
||||||
--build-arg PROJECT=keystone \
|
--build-arg PROJECT=keystone \
|
||||||
--tag loci-keystone:ubuntu
|
--tag loci-keystone:ubuntu
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user