Merge "Update docs to reflect ubuntu paths"

This commit is contained in:
Zuul 2020-07-24 05:33:35 +00:00 committed by Gerrit Code Review
commit 038f3662da
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ are located in the dockerfiles directory.
It's easy to build a base image:
``` bash
$ docker build https://opendev.org/openstack/loci.git#master:dockerfiles/ubuntu \
$ docker build https://opendev.org/openstack/loci.git#master:dockerfiles/ubuntu_bionic \
--tag loci-base:ubuntu
```