Skip to content

Commit

Permalink
Add documentation around using docker images (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames authored and theacodes committed Jan 14, 2019
1 parent b673717 commit d802939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Nox can be easily installed via `pip`_::

Usually you install this globally, similar to ``tox``, ``pip``, and other similar tools.

If you're interested in running ``nox`` within docker, you can use the `thekevjames/nox images`_ on DockerHub which contain builds for all ``nox`` versions and all supported ``python`` versions.

Running Nox
-----------
Expand Down Expand Up @@ -179,4 +180,5 @@ If you only want to run one of the parametrized sessions, see :ref:`running_para

.. _pip: https://pip.readthedocs.org
.. _flake8: https://flake8.readthedocs.org
.. _thekevjames/nox images: https://cloud.docker.com/repository/docker/thekevjames/nox
.. _virtualenv: https://virtualenv.readthedocs.org

0 comments on commit d802939

Please sign in to comment.