mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
libpod: fix a confusing error message from 'podman system reset' on FreeBSD
This was discovered by a user while testing Podman on FreeBSD (oci-playground/freebsd-podman-testing/issues/17). The error message didn't stop 'podman system reset' from working and this commit simply suppressses the error on FreeBSD. Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
7
libpod/runtime_migrate_freebsd.go
Normal file
7
libpod/runtime_migrate_freebsd.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build !remote
|
||||
|
||||
package libpod
|
||||
|
||||
func (r *Runtime) stopPauseProcess() error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user