From 53d8fb8520ce4b5a53cc78bcc917ffa51365a00e Mon Sep 17 00:00:00 2001 From: John Tordoff <> Date: Fri, 30 Aug 2024 15:23:31 -0400 Subject: [PATCH] clean-up README.md more --- README-docker-compose.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README-docker-compose.md b/README-docker-compose.md index d31fef0294c..8e2fb5098ef 100644 --- a/README-docker-compose.md +++ b/README-docker-compose.md @@ -110,7 +110,11 @@ #### Special Instructions for Apple Chipset (M1, M2, etc.) and other ARM64 architecture - * _NOTE: The `elasticsearch`, `elasticsearch6`, and `sharejs` containers are incompatible with ARM64._ + * _NOTE: The default `elasticsearch`, `elasticsearch6`, and `sharejs` containers are incompatible with ARM64._ + + - To run `elasticsearch6` on ARM64 architecture: + + - Copy `docker-compose-dist-arm64.override.yml` into your `docker-compose.override.yml` file - Running containers with docker compose @@ -120,16 +124,6 @@ SEARCH_ENGINE = None ``` - - Building the Docker image - - - If you wish to use an OSF image other than the latest `develop-arm64`: - - Build the image - ```bash - cd - git checkout - docker buildx build --platform linux/arm64 -t osf:-arm64 . - ``` - ## Application Runtime * _NOTE: Running docker containers detached (`-d`) will execute them in the background, if you would like to view/follow their console log output use the following command._