mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user