Open mstaudt opened 2 years ago
Hey there,
really like this project. Could you please also provide Docker images for linux/arm64/v8, too? This would allow users of a MacBook with Apple Silicon CPUs to also use the images.
linux/arm64/v8
Thanks
Workaround: Works when adding the --platform linux/x86_64 parameter to the docker command, i.e.:
--platform linux/x86_64
docker run --platform linux/x86_64 -ti -p 127.0.0.1:5000:5000 blabla1337/owasp-skf-lab:idor
Hey there,
really like this project. Could you please also provide Docker images for
linux/arm64/v8
, too? This would allow users of a MacBook with Apple Silicon CPUs to also use the images.Thanks