thanks for this i haven't seen the missing \ but that explains it. there seems to be other bugs in the documentation
e.g. this. :
$ docker build https://opendev.org/openstack/loci.git#master:dockerfiles/ubuntu \ --tag loci-base:ubuntu
should be :
$ docker build https://opendev.org/openstack/loci.git#master:dockerfiles/ubuntu_bionic \ --tag loci-base:ubuntu
thanks for this i haven't seen the missing \ but that explains it.
there seems to be other bugs in the documentation
e.g. this. :
$ docker build https:/ /opendev. org/openstack/ loci.git# master: dockerfiles/ ubuntu \
--tag loci-base:ubuntu
should be :
$ docker build https:/ /opendev. org/openstack/ loci.git# master: dockerfiles/ ubuntu_ bionic \
--tag loci-base:ubuntu