Commit 6f05edd1 authored by Tim Leers's avatar Tim Leers

container: add documentation for arm platform

parent 719a0369
......@@ -104,3 +104,10 @@ to it. It then applies the "readiness" label to the configuration that
leads to 200 responses; so a Varnish instance becomes ready after it
has successfully loaded its first configuration for an Ingress.
# Troubleshooting
## Development on arm architecture
In case you are working on an arm architecture, you may need to enforce usage of amd64 images as vmod packages are not provided when using arm
You can do this by setting the environment variable:
`export DOCKER_DEFAULT_PLATFORM=linux/amd64`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment