Error Enabling Docker

Discussion about Docker
Locked
User avatar
adamantisolas
Posts: 7
Joined: 23 Dec 2020, 00:06

Error Enabling Docker

Post by adamantisolas »

Hello,

I'm running TOS 5.0.144 after a fresh install when I try to enable docker I get an error message: Operation failed! (Please see the attached screenshot)
I can open the app however the service is not running, I have checked this from ssh using:
/etc/init.d/docker status
dockerd stopped

I can start the service from ssh using /etc/init.d/docker start, and the service will start and containers will start working. However this setting does not persist after a scheduled power off and on. Please advise on how to permanently enable the app so that the service starts after bootup.


Thanks!
Attachments
docker.PNG
User avatar
infoaliste
Posts: 20
Joined: 29 Nov 2020, 17:53
Spain

Re: Error Enabling Docker

Post by infoaliste »

I have also experienced that problem when I recently upgraded to TOS 5 and again now with this latest update (TOS 5.0.144).
I "fixed" it by logging into ssh and running the command:

Code: Select all

service docker start
User avatar
adamantisolas
Posts: 7
Joined: 23 Dec 2020, 00:06

Re: Error Enabling Docker

Post by adamantisolas »

@infoaliste
I know that manually I can start via ssh, but that is not practical for me as my NAS shuts down on a schedule and powers on in the morning. I don't want to login every time via ssh just to start a service.
User avatar
TMroy
TerraMaster Team
Posts: 2578
Joined: 10 Mar 2020, 14:04
China

Re: Error Enabling Docker

Post by TMroy »

We will verify the issue soon.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
adamantisolas
Posts: 7
Joined: 23 Dec 2020, 00:06

Re: Error Enabling Docker

Post by adamantisolas »

@TMroy I am fairly certain that this is a bug, as I have encountered it with several TOS 5 firmwares:
TOS_X642.0_5.0.125_00162_2206241804,
TOS_X642.0_5.0.130_00167_2207071924,
TOS_X642.0_5.0.144_00190_2207271642

All the firmware installs were fresh installs, based on the Terramaster how to.
User avatar
adamantisolas
Posts: 7
Joined: 23 Dec 2020, 00:06

Re: Error Enabling Docker

Post by adamantisolas »

Just an update, the error persists in the latest update: 5.0.152
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Error Enabling Docker

Post by TMSupport »

Please wait for the app to update.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
adamantisolas
Posts: 7
Joined: 23 Dec 2020, 00:06

Re: Error Enabling Docker

Post by adamantisolas »

@TMSupport after updating the app one can indeed enable docker without an error, however this does not persist through a reboot. After a reboot one has to re-enable it, this is still a problem.
Locked