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:
Dantali0n
2019-11-29 10:40:21 +01:00
committed by Roman Gorshunov
parent d910229ce9
commit 13a7ff8654

View File

@@ -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
``` ```