File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Send us the name of the account used and we will share the image with that user.
21
21
Preparing volumes
22
22
-----------------
23
23
24
+ Linux
25
+ ~~~~~
26
+
24
27
Persistent volumes are needed to store Gemnasium Enterprise data.
25
28
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.
26
29
@@ -31,6 +34,18 @@ To create local volumes, on you server::
31
34
docker volume create --name gemnasium-data
32
35
docker volume create --name gemnasium-logs
33
36
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
+
34
49
.. _ssl_configuration :
35
50
36
51
Configuring SSL
You can’t perform that action at this time.
0 commit comments