Skip to content

Commit 08c3259

Browse files
authored
Markdown for Docker Configuration
1 parent d1e13d7 commit 08c3259

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ The Delphi registry is a server that provides access to all information and oper
1818
* Starting / Stopping / Pausing / Resuming / Deleting instances deployed on the docker host
1919
* Re-Assigning dependencies to instances (e.g. assigning a certain ElasticSearch instance to a Crawler)
2020

21-
# Easy Guide
21+
# Easy Installation Guide
2222
* [Quick Setup (Linux)](#quick-setup-linux)
2323
* [Requirements](#requirements)
2424
* [Windows](#windows)
2525
* [Linux](#linux)
2626
* [Configuration of Traefik](#configuration-of-traefik)
2727
* [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+
2832
# Quick Setup (Linux)
2933

3034
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
135139
## Docker configuration
136140
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.
137141

138-
### Linux
142+
### Docker configuration for Linux
139143
To change the port to 9095, go to the docker service file:
140144

141145
```
@@ -155,7 +159,7 @@ systemctl daemon-reload
155159
sudo service docker restart
156160
```
157161

158-
### OSX
162+
### Docker configuration for OSX
159163
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:
160164

161165
```

0 commit comments

Comments
 (0)