Created
October 1, 2021 18:55
-
-
Save andrewvc/54b54193fb7c69e75281c3b88d4e6f1c to your computer and use it in GitHub Desktop.
Running Beats arm on x86`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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