Update Using pepcli with docker authored by Joep Bos-Coenraad's avatar Joep Bos-Coenraad
...@@ -6,6 +6,8 @@ Depending on the environment, you'll need to use different `client` images. The ...@@ -6,6 +6,8 @@ Depending on the environment, you'll need to use different `client` images. The
| Healthy Brain | `gitlabregistry.pep.cs.ru.nl/pep-public/core/hb-acc:latest` | `gitlabregistry.pep.cs.ru.nl/pep-public/core/hb-prod:latest` | | Healthy Brain | `gitlabregistry.pep.cs.ru.nl/pep-public/core/hb-acc:latest` | `gitlabregistry.pep.cs.ru.nl/pep-public/core/hb-prod:latest` |
| Play | `gitlabregistry.pep.cs.ru.nl/pep-public/core/play-acc:latest` | *none* | | Play | `gitlabregistry.pep.cs.ru.nl/pep-public/core/play-acc:latest` | *none* |
See also: [Tutorial on how to use Docker with Mac OS](Docker Mac OS Tutorial)
`pepcli` can be found inside these images in `/app` `pepcli` can be found inside these images in `/app`
These image contain configuration to connect with their environment. You do need to point pepcli to the config directory, which is located in `/config`, by using the switch `--client-working-directory /config`. These image contain configuration to connect with their environment. You do need to point pepcli to the config directory, which is located in `/config`, by using the switch `--client-working-directory /config`.
... ...
......