[doc] Fix Docker latest_tag parser
Change-Id: I8b923ad5bf4d67e1d41bb3a5ba5b00f93aac8abf
This commit is contained in:
parent
fcd5b4c1a9
commit
a174d5d722
@ -181,7 +181,7 @@ Before you begin, we recommend upgrading your Docker host system packages and ke
|
||||
|
||||
#. Prepare your OpenStack Ansible Dockerfile
|
||||
|
||||
.. code-block:: dockerfile
|
||||
.. parsed-literal::
|
||||
|
||||
FROM alpine
|
||||
RUN apk add --no-cache bash build-base git python3-dev openssh-client openssh-keygen sudo py3-virtualenv iptables libffi-dev openssl-dev linux-headers coreutils curl
|
||||
@ -192,10 +192,10 @@ Before you begin, we recommend upgrading your Docker host system packages and ke
|
||||
|
||||
#. Build and run your deploy host container
|
||||
|
||||
.. code-block:: shell-session
|
||||
.. parsed-literal::
|
||||
|
||||
# docker build . -t openstack-ansible:|latest_tag|
|
||||
# docker run -dit --name osa-deploy openstack-ansible:|latest_tag|
|
||||
# docker exec -it osa-deploy bash
|
||||
|
||||
#. Configure NTP to synchronize with a suitable time source on the Docker host.
|
||||
#. Configure NTP to synchronize with a suitable time source on the Docker host.
|
||||
|
Loading…
Reference in New Issue
Block a user