1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Use Docker exec to start User Docker

This commit is contained in:
Josh Curl
2016-05-16 15:29:42 -07:00
parent 42e48476e7
commit b2ab4d0c38
2 changed files with 85 additions and 151 deletions

View File

@@ -107,9 +107,6 @@ func (s *Service) shouldRebuild(ctx context.Context) (bool, error) {
rebuilding := false
if outOfSync {
if s.Name() != "console" {
continue
}
if cfg.Rancher.ForceConsoleRebuild && s.Name() == "console" {
cfg.Rancher.ForceConsoleRebuild = false
if err := cfg.Save(); err != nil {