rabobank-cdc / DeTTECT

Detect Tactics, Techniques & Combat Threats
GNU General Public License v3.0
2.05k stars 333 forks source link

arm64 docker image #110

Open MrSeccubus opened 11 months ago

MrSeccubus commented 11 months ago

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
microgag commented 7 months ago

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

MrSeccubus commented 7 months ago

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