Skip to content

Commit a86cde3

Browse files
committed
Adds warning about using volumes on Windows hosts.
1 parent c51ef11 commit a86cde3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/installation/docker_image.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Send us the name of the account used and we will share the image with that user.
2121
Preparing volumes
2222
-----------------
2323

24+
Linux
25+
~~~~~
26+
2427
Persistent volumes are needed to store Gemnasium Enterprise data.
2528
The easiest way to get started, is to create local volumes on your server, but it can be any kind of volume supported by the docker engine.
2629

@@ -31,6 +34,18 @@ To create local volumes, on you server::
3134
docker volume create --name gemnasium-data
3235
docker volume create --name gemnasium-logs
3336

37+
Windows with Docker Quickstart Terminal
38+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39+
40+
Gemnasium Enterprise is not supported on Windows, but you can run it with Docker Quickstart Terminal.
41+
Do not try using volumes shared with the Windows host ( /c/Users/... ), it will not work because required operations
42+
are not available. Instead just create volumes with docker:
43+
44+
docker volume create --name gemnasium-data
45+
docker volume create --name gemnasium-logs
46+
47+
They will be stored on the linux Virtual machine used by Docker.
48+
3449
.. _ssl_configuration:
3550

3651
Configuring SSL

0 commit comments

Comments
 (0)