You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,17 @@ The Delphi registry is a server that provides access to all information and oper
18
18
* Starting / Stopping / Pausing / Resuming / Deleting instances deployed on the docker host
19
19
* Re-Assigning dependencies to instances (e.g. assigning a certain ElasticSearch instance to a Crawler)
20
20
21
-
# Easy Guide
21
+
# Easy Installation Guide
22
22
*[Quick Setup (Linux)](#quick-setup-linux)
23
23
*[Requirements](#requirements)
24
24
*[Windows](#windows)
25
25
*[Linux](#linux)
26
26
*[Configuration of Traefik](#configuration-of-traefik)
27
27
*[Adapt the configuration file](#adapt-the-configuration-file)
28
+
*[Docker Configuration](#docker-configuration)
29
+
*[Docker configuration for Linux](#docker-configuration-for-linux)
30
+
*[Docker configuration for OSX](#docker-configuration-for-osx)
31
+
28
32
# Quick Setup (Linux)
29
33
30
34
Potentially there two different machines involved in the registry setup, the Docker host machine (*Docker Host*) and the machine the registry is hosted at (*Registry Host*). However, you can also use the same machine for hosting both applications.
@@ -135,7 +139,7 @@ Before you can start the application, you have to make sure your configuration f
135
139
## Docker configuration
136
140
By default, Docker is expected to be reachable at ```http://localhost:9095``` (see configuration attribute ```defaultDockerUri``` above), but you can override this setting by specifying the docker host URI in the environment variable *DELPHI_DOCKER_HOST*. You can also change the port that your Docker HTTP service is hosted on by executing the steps below on the Docker host machine.
137
141
138
-
### Linux
142
+
### Docker configuration for Linux
139
143
To change the port to 9095, go to the docker service file:
140
144
141
145
```
@@ -155,7 +159,7 @@ systemctl daemon-reload
155
159
sudo service docker restart
156
160
```
157
161
158
-
### OSX
162
+
### Docker configuration for OSX
159
163
Docker does not expose it's HTTP api on OSX for security reasons (as described [here](https://github.com/docker/for-mac/issues/770#issuecomment-252560286)), but you can run a docker container to redirect the API calls. To accept calls on your local machine's port 9095, execute:
0 commit comments