1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 21:23:13 +00:00

Revert "WIP New ros cli"

This commit is contained in:
Sven Dowideit
2017-03-14 12:11:24 +10:00
committed by GitHub
parent 4cd73c111e
commit 2d92956c82
13 changed files with 134 additions and 622 deletions

6
main.go Executable file → Normal file
View File

@@ -1,11 +1,11 @@
package main
import (
hostlocal "github.com/containernetworking/cni/plugins/ipam/host-local"
"github.com/containernetworking/cni/plugins/ipam/host-local"
"github.com/containernetworking/cni/plugins/main/bridge"
"github.com/docker/docker/docker"
"github.com/docker/docker/pkg/reexec"
glue "github.com/rancher/cniglue"
"github.com/rancher/cniglue"
"github.com/rancher/os/cmd/cloudinitexecute"
"github.com/rancher/os/cmd/cloudinitsave"
"github.com/rancher/os/cmd/control"
@@ -39,8 +39,6 @@ var entrypoints = map[string]func(){
"cni-glue": glue.Main,
"bridge": bridge.Main,
"host-local": hostlocal.Main,
// new CLI
"os": control.NewMain,
}
func main() {