runc only works on Linux so remove putative Solaris and unsupported main

Solaris runc equivalent is not open source. The unsupported option does
not build as other code is Linux specific.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-06-29 16:00:26 +01:00
parent 429a538712
commit e469cf0be7
3 changed files with 0 additions and 32 deletions
View File
-19
View File
@@ -1,19 +0,0 @@
package main
import "github.com/urfave/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
deleteCommand cli.Command
execCommand cli.Command
initCommand cli.Command
listCommand cli.Command
pauseCommand cli.Command
resumeCommand cli.Command
startCommand cli.Command
stateCommand cli.Command
)
-13
View File
@@ -1,13 +0,0 @@
// +build !linux,!solaris
package main
import "github.com/urfave/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
)