Thank you! It worked
TOS 6.0.577 (X86) is Released for Update
Re: TOS 6.0.577 (X86) is Released for Update
I also had the problem with the docker engine not starting when I restarted, I solved it by reinstalling the system and then everything was fine, until yesterday, when it happened again, but I restarted again and it works again, in case it keeps happening, you can program so that when the NAS is turned on, this command is executed:
** `sleep 60 && /etc/init.d/DockerEngine start`
translated, it means that after 60 seconds of turning on, Docker Engine starts automatically, I put 60 seconds because it didn't start if I put less seconds or if I didn't put sleep, I hope it helps, this worked for me until I reinstalled the system.
This would be found in Settings - Scheduled Tasks, and the first option, Scheduled Tasks On, you put the name of the task, select the option to Turn On, and then Next, then the command would be the one I put above
** `sleep 60 && /etc/init.d/DockerEngine start`
translated, it means that after 60 seconds of turning on, Docker Engine starts automatically, I put 60 seconds because it didn't start if I put less seconds or if I didn't put sleep, I hope it helps, this worked for me until I reinstalled the system.
This would be found in Settings - Scheduled Tasks, and the first option, Scheduled Tasks On, you put the name of the task, select the option to Turn On, and then Next, then the command would be the one I put above

