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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user