mirror of
https://github.com/containers/podman.git
synced 2025-10-19 04:03:23 +08:00
libpod: Add FreeBSD implementation of container internals
This contains a lot of code in common with container_internal_linux.go. Subsequent commits will move the shared code to container_internal_common.go to reduce the duplication. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
2608
libpod/container_internal_freebsd.go
Normal file
2608
libpod/container_internal_freebsd.go
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
//go:build !linux
|
//go:build !linux && !freebsd
|
||||||
// +build !linux
|
// +build !linux,!freebsd
|
||||||
|
|
||||||
package libpod
|
package libpod
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user