Commit 428d4bc
Improve podman detection
Rather than checking if 'podman --version' runs, check if 'podman'
command exists.
In addition, distributions often provide a podman-docker package to have
the 'docker' command redirect to 'podman'. In such cases, we still need
to pass in podman-specific options for the containers to work.1 parent 0fefa31 commit 428d4bc
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
0 commit comments