Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately `podman volume` and `docker volume` are not identical, podman will (sensibly) error if you try to create a volume that already exists unless you pass `--ignore`, which docker doesn't support. So we conditionally add the needed flag depending on which tool we're using.
- Loading branch information