1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 15:24:32 +00:00

Initial fix to stop other containers before the console

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-28 11:50:07 +10:00
parent 5716be7a34
commit 67d932d9f8
8 changed files with 66 additions and 16 deletions

View File

@@ -11,7 +11,6 @@ import (
func selinuxCommand() cli.Command {
app := cli.Command{}
app.Name = "selinux"
app.Usage = "Launch SELinux tools container."
app.Action = func(c *cli.Context) error {
argv := []string{"system-docker", "run", "-it", "--privileged", "--rm",
"--net", "host", "--pid", "host", "--ipc", "host",