cmd/podman: Enable ABI and Tunnel mode for freebsd
[NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
parent
351028b1ac
commit
8aa29fd54f
|
@ -61,7 +61,7 @@ func newPodmanConfig() {
|
|||
switch runtime.GOOS {
|
||||
case "darwin", "windows":
|
||||
mode = entities.TunnelMode
|
||||
case "linux":
|
||||
case "linux", "freebsd":
|
||||
// Some linux clients might only be compiled without ABI
|
||||
// support (e.g., podman-remote).
|
||||
if abiSupport && !IsRemote() {
|
||||
|
|
Loading…
Reference in New Issue