Skip to content

Commit

Permalink
docs(docker): change the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoshll committed Oct 26, 2019
1 parent c4d4412 commit 07fdee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The easiest way to use CityFlow is via docker.

.. code-block:: shell
docker pull cityflowproject/cityflow:v0.1
docker pull cityflowproject/cityflow:latest
This will create docker image ``cityflow:v0.1``.
This will create docker image ``cityflow:latest``.

.. code-block:: shell
docker run -it cityflowproject/cityflow:v0.1
docker run -it cityflowproject/cityflow:latest
Create and start a container, CityFlow is out-of-the-box along with miniconda with python3.6.

Expand Down Expand Up @@ -63,4 +63,4 @@ CityFlow has little dependencies, so building from source is not scary.
For Windows Users
------------------

For Windows users, it is recommended to run CityFlow under Windows Subsystem for Linux (WSL) or use docker.
For Windows users, it is recommended to run CityFlow under Windows Subsystem for Linux (WSL) or use docker.

0 comments on commit 07fdee1

Please sign in to comment.