Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/daemon/container_operations.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/daemon/container_operations.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package daemon
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrRootFSReadOnly is returned when a container
|
||||
// rootfs is marked readonly.
|
||||
ErrRootFSReadOnly = errors.New("container rootfs is marked read-only")
|
||||
)
|
||||
Reference in New Issue
Block a user