blabla1337 / skf-labs

Repo for all the OWASP-SKF Docker lab examples
Apache License 2.0
438 stars 201 forks source link

Provide linux/arm64/v8 Docker images #159

Open mstaudt opened 2 years ago

mstaudt commented 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.

Thanks

mstaudt commented 2 years ago

Workaround: Works when adding the --platform linux/x86_64 parameter to the docker command, i.e.:

docker run --platform linux/x86_64 -ti -p 127.0.0.1:5000:5000 blabla1337/owasp-skf-lab:idor