Comment 2 for bug 1851242

Revision history for this message
sven oehme (oehmes) wrote :

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