1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 23:34:57 +00:00

New console label to handle switching between persistent consoles

This commit is contained in:
Josh Curl
2016-06-09 21:31:07 -07:00
parent abfb45401a
commit 7f7d8765ca
3 changed files with 19 additions and 12 deletions

View File

@@ -31,6 +31,7 @@ const (
DETACH = "io.rancher.os.detach"
CREATE_ONLY = "io.rancher.os.createonly"
RELOAD_CONFIG = "io.rancher.os.reloadconfig"
CONSOLE = "io.rancher.os.console"
SCOPE = "io.rancher.os.scope"
REBUILD = "io.docker.compose.rebuild"
SYSTEM = "system"