CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
127 stars 79 forks source link

feat(container-pull): auto-detect container tool when not specified #317

Closed carlosmmatos closed 3 weeks ago

carlosmmatos commented 3 weeks ago

Fixes #316

This PR adds the ability to auto-detect the container runtime tool when not explicitly specified. Prior to this, it would simply default to docker without checking to see if any other tools were installed. Now we go in order -> Docker -> Podman -> Skopeo in the event that more than one tool is installed.