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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,13 +206,11 @@ docker-compose -f testenv-compose.yml up -d --force-recreate
206
206
207
207
The top-level `docker-compose.yml` uses the environment defined by the sibling file `.env`. Note: If using the legacy/deprecated build.sh script, that script may additionally override some environment variables.
208
208
209
-
Two principal options of the compose configuration, which are both defaulted to empty text, are:
209
+
The principal options of the compose configuration are:
210
210
211
-
*`DOCKER_CTR_PREFIX` which controls any container name prefix added to all ANMS containers.
212
-
This can be used to disambiguate container names on a shared host (specifically for common container names like `nginx` or `postgres`).
213
211
*`DOCKER_IMAGE_PREFIX` which controls any image name prefix added to all ANMS images.
214
212
For a local build, this can be left empty, but for builds intended to be pushed to a Docker image registry this can be set to the full path on the registry before the image names (e.g. `DOCKER_IMAGE_PREFIX=some.host.example.com:5000/path/to/images`).
215
-
213
+
*`HOST_SOCKDIR` which controls the source of the bind mount on `amp-manager` container for its transport socket. This can either be a volume name, for inter-container or non-root user use, or an absolute path on the host filesystem, used in the production deployment.
0 commit comments