mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
ros list shows all the active services and any cache available updates
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
4
main.go
Normal file → Executable file
4
main.go
Normal file → Executable file
@@ -1,11 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/containernetworking/cni/plugins/ipam/host-local"
|
||||
hostlocal "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"
|
||||
"github.com/rancher/cniglue"
|
||||
glue "github.com/rancher/cniglue"
|
||||
"github.com/rancher/os/cmd/cloudinitexecute"
|
||||
"github.com/rancher/os/cmd/cloudinitsave"
|
||||
"github.com/rancher/os/cmd/control"
|
||||
|
Reference in New Issue
Block a user