v1.3.0
cloudpossebot
released this
15 Jun 18:22
·
52 commits
to refs/heads/master
since this release
feat: updates Docker module to enable support for podman @Gowiem (#323)
what
- Single line to change to enable overriding the
DOCKER
var inmodules/docker
why
- Docker + Podman have basically the same CLI usage, so enabling the
DOCKER
var to be overridden enables passingDOCKER=$(which podman)
when invoking a make target.
references
- Podman command reference
- Docker command reference