TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
5.07k stars 176 forks source link

[Makefile] Support docker-like OCI engines #431

Closed signed-log closed 2 years ago

signed-log commented 2 years ago

What does this PR do?

Remove the hard-coding for docker and allow other OCI engines to be used for testing, but keeping a hard-coded default of docker

Previous Behavior

Short of installing docker or symlinking podman (for ex.) to docker, you can't use something like podman.

New Behavior

Have tests been written for this change?

No

Have these commits been signed with GnuPG?

Yes


Please review yadm's Contributing Guide for best practices.