mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +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 {
|
switch runtime.GOOS {
|
||||||
case "darwin", "windows":
|
case "darwin", "windows":
|
||||||
mode = entities.TunnelMode
|
mode = entities.TunnelMode
|
||||||
case "linux":
|
case "linux", "freebsd":
|
||||||
// Some linux clients might only be compiled without ABI
|
// Some linux clients might only be compiled without ABI
|
||||||
// support (e.g., podman-remote).
|
// support (e.g., podman-remote).
|
||||||
if abiSupport && !IsRemote() {
|
if abiSupport && !IsRemote() {
|
||||||
|
Reference in New Issue
Block a user