Docker images ============= Qaack provided images --------------------- Qaack provided widely common docker images. You can find them `here `_. Custom images ------------- However, Qaack just pulls the image and runs it, so its not necessary any extra step to run any docker image. To use a custom image, simply specify your registry in the Qaackfile. In order to make it work properly, it must meet the following requirements: * ``bash`` command must be available in the PATH * ``git`` command must be available in the PATH * ``WORKDIR`` environment variable must be defined (usually as ``/checkout``)