rabobank-cdc / DeTTECT

Detect Tactics, Techniques & Combat Threats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm64 docker image

MrSeccubus opened this issue · comments

Currently there is no docker image for arm based Macs

% docker pull rabobankcdc/dettect:latest
latest: Pulling from rabobankcdc/dettect
no matching manifest for linux/arm64/v8 in the manifest list entries

Hi @MrSeccubus if you have Rosetta Turn on, you have provide the --platform linux/amd64 parameter to get in installed as linux container.

% docker pull rabobank-cdc/dettect:latest --platform linux/amd64

It works the way you describe, but it is not too hard to buidl this multi-platfor see pr #115