Skip to content

Commit

Permalink
Create docker.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 20, 2016
1 parent 06ecebe commit 9f80078
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/docker.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. _use-docker:

Use Docker
==========

Docker is an open-source project that automates the deployment of Linux applications inside software containers.
We provide **Docker** images to enable to run **AutoWIG** on various platforms (in particular Windows and MacOS).
For the installation of **Docker**, please refers to its `documentation <https://www.docker.com/products/overview>`_.
Then, you can use the :code:`statiskit/ubuntu:autowig` **Docker** image to run **AutoWIG**.

.. code-block:: console
docker run -it statiskit/ubuntu:autowig
Note that, for convenience **IPython** and **Jupyter** packages are installed.
You can therefore use:

* The **IPython** console.

.. code-block:: console
ipython
* The **Jupyter** notebook within the **Firefox** web-browser.

.. code-block:: console
jupyter notebook

0 comments on commit 9f80078

Please sign in to comment.