Skip to content

Instantly share code, notes, and snippets.

@andrewvc
Created October 1, 2021 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewvc/54b54193fb7c69e75281c3b88d4e6f1c to your computer and use it in GitHub Desktop.
Save andrewvc/54b54193fb7c69e75281c3b88d4e6f1c to your computer and use it in GitHub Desktop.
Running Beats arm on x86`
# Follow the instructions on https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/
Then run
docker run --rm -it --user root --platform linux/arm64/v8 --entrypoint=/bin/bash -i docker.elastic.co/beats/elastic-agent:7.15.0-arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment