diff options
Diffstat (limited to 'libpod/oci_unsupported.go')
-rw-r--r-- | libpod/oci_unsupported.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libpod/oci_unsupported.go b/libpod/oci_unsupported.go index 409bb117e..8cb4994d3 100644 --- a/libpod/oci_unsupported.go +++ b/libpod/oci_unsupported.go @@ -18,3 +18,11 @@ func newPipe() (parent *os.File, child *os.File, err error) { func (r *OCIRuntime) createContainer(ctr *Container, cgroupParent string) (err error) { return ErrNotImplemented } + +func (r *OCIRuntime) pathPackage() string { + return "" +} + +func (r *OCIRuntime) conmonPackage() string { + return "" +} |