diff --git a/doc/source/admin/image-building.rst b/doc/source/admin/image-building.rst index de5f4d8e8b..f0c0e84c11 100644 --- a/doc/source/admin/image-building.rst +++ b/doc/source/admin/image-building.rst @@ -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.