Option to run docker-compose as container
diff --git a/README.rst b/README.rst
index ce18ed7..4039078 100644
--- a/README.rst
+++ b/README.rst
@@ -51,13 +51,22 @@
Compose
~~~~~~~
-Install docker-compose using Pip (default is distribution package)
+There are three options how to install docker-compose:
+
+- distribution package (default)
+- using Pip
+- using Docker container
+
+Install docker-compose using Docker (default is distribution package)
.. code-block:: yaml
docker:
client:
compose:
+ source:
+ engine: docker
+ image: docker/compose:1.8.0
django_web:
# Run up action, any positional argument to docker-compose CLI
# If not defined, only docker-compose.yml is generated