Merge "[docs] add instructions for optional dependencies"

This commit is contained in:
Zuul 2023-10-30 15:09:33 +00:00 committed by Gerrit Code Review
commit beed4b68e8
1 changed files with 6 additions and 1 deletions

View File

@ -2,11 +2,16 @@
Building Container Images
=========================
Firstly, ensure ``kolla`` is installed.
Firstly, ensure ``kolla`` and the container engine of your choice is installed.
Currently supported container engines are ``docker`` and ``podman``.
.. code-block:: console
python3 -m pip install kolla
#only one of these is needed:
python3 -m pip install podman
python3 -m pip install docker
Then, the :command:`kolla-build` command is available for building
Docker images.