Skip to content

Commit

Permalink
note on docker-compose up for Windows users (see #3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 15, 2018
1 parent f544193 commit a7f5b03
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ Clone the repository::
Launch the stack with the build of GeoNode so any changes you did will be immediately available::

docker-compose up --build

.. note::
**For Windows users**: In case you're using the native Docker for Windows (on Hyper-V) you will probably be affected by an error related to mounting the /var/run/docker.sock volume. It's due to a `problem with the current version of Docker Compose <https://github.com/docker/for-win/issues/1829>`_ for Windows.
In this case you need to set the **COMPOSE_CONVERT_WINDOWS_PATHS** environmental variable:

.. code-block:: none

set COMPOSE_CONVERT_WINDOWS_PATHS=1

before running docker-compose up

GeoNode will be available at the ip address of the ``docker0`` interface::

Expand Down

0 comments on commit a7f5b03

Please sign in to comment.