mirror of
https://github.com/rancher/os.git
synced 2025-09-01 23:04:41 +00:00
Bump libcompose and its dependencies
This commit is contained in:
24
vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
24
vendor/github.com/opencontainers/runc/main_unsupported.go
generated
vendored
@@ -1,24 +0,0 @@
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
)
|
||||
|
||||
func getDefaultID() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
var (
|
||||
checkpointCommand cli.Command
|
||||
eventsCommand cli.Command
|
||||
restoreCommand cli.Command
|
||||
specCommand cli.Command
|
||||
killCommand cli.Command
|
||||
)
|
||||
|
||||
func runAction(*cli.Context) {
|
||||
logrus.Fatal("Current OS is not supported yet")
|
||||
}
|
Reference in New Issue
Block a user