From accb2b686f12126b4e8b4cc5bc525134dac2b90a Mon Sep 17 00:00:00 2001 From: Grant Fitzsimmons <37256050+grantfitzsimmons@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:08:45 -0500 Subject: [PATCH] Remove Specify 6 image instructions --- README.md | 39 --------------------------------------- app/lib/dockerCompose.ts | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) diff --git a/README.md b/README.md index 79d6b2a..18bea98 100644 --- a/README.md +++ b/README.md @@ -306,45 +306,6 @@ systemctl enable specify7-test-panel-update.path systemctl start specify7-test-panel-update.path ``` -### Emulating x86_64 for Specify 6 images - -Using an emulation layer like `binfmt_misc` or `docker-run-arm` can help you run `x86_64` images on an `arm64` platform. - -Here's an example of how you can use `binfmt_misc` to run `x86_64` images on an `arm64` platform: - -1. Install `binfmt_misc` on your system: -``` -sudo apt-get update -sudo apt-get install binfmt-support qemu-user-static -``` -2. Configure `binfmt_misc` to enable emulation: -``` -sudo update-binfmts --enable -``` -3. Create a `binfmt_misc` configuration file to enable `x86_64` emulation: -``` -sudo tee /proc/sys/fs/binfmt_misc/register <