Have you fixed this issue?
Docker config gone after update
Re: Docker config gone after update
{L_BUTTON_AT}TMSupport
Have you fixed this issue?
Re: Docker config gone after update
Is the issue fixed in TOS 5.1.31 ?
Re: Docker config gone after update
Or docker update or TOS update made my connected folders readonly.
That's what the app says, but they're all empty/inaccessible.
Had to re-assign folders for all docker instances.....
That's what the app says, but they're all empty/inaccessible.
Had to re-assign folders for all docker instances.....
Re: Docker config gone after update
{L_BUTTON_AT}MooieBoot
This issue is still being fixed. May I ask if the network configuration of the error container you used before is all "HOST"?
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)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
- davidecavestro
- Posts: 23
- Joined: 17 Jul 2023, 16:07

Re: Docker config gone after update
Guys, I just noticed that upgrading the Docker manager app (which in turn seems to deploy containerd and the whole docker stuff)
the daemon.json configuration used by the daemon and hosted at path /Volume1/@apps/docker/conf/daemon.json
is simply overwritter
so that any customization applied there - such as dns, logging opts - gets lost
ahem... Is this wanted?
TOS 5.1.40
Docker manager 1.2.2
the daemon.json configuration used by the daemon and hosted at path /Volume1/@apps/docker/conf/daemon.json
is simply overwritter
so that any customization applied there - such as dns, logging opts - gets lost
ahem... Is this wanted?
TOS 5.1.40
Docker manager 1.2.2
Re: Docker config gone after update
{L_BUTTON_AT}davidecavestro
You can find configuration files in /Volume1/DockerData/containers/container id.
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)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
- davidecavestro
- Posts: 23
- Joined: 17 Jul 2023, 16:07

Re: Docker config gone after update
{L_BUTTON_AT}davidecavestro
I'm sorry to disagree. When I run
Code: Select all
pgrep -a dockerdCode: Select all
11898 /Volume1/@apps/docker/dockerd/bin/dockerd --config-file=/Volume1/@apps/docker/conf/daemon.jsonI agree that /Volume1/DockerData/containers/container id is the path where docker by default stores the state/config of each specific container, such as the resolv.conf previously mentioned. It's not my point in this case.
- davidecavestro
- Posts: 23
- Joined: 17 Jul 2023, 16:07

Re: Docker config gone after update
{L_BUTTON_AT}davidecavestro
Again... about /Volume1/@apps/docker/conf/daemon.json: packaging this file along with the docker distribution implies loosing any customization at every upgrade. Am I wrong?
Re: Docker config gone after update
This is the setting for the Docker app. After updating, it will be overwritten by the default configuration. It is not recommended that you modify it. If you insist, you may need to backup and modify it frequently.davidecavestro wrote: ↑13 Aug 2023, 20:38 Again...
about /Volume1/@apps/docker/conf/daemon.json:
packaging this file along with the docker distribution implies loosing any customization at every upgrade.
Am I wrong?
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)
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
- davidecavestro
- Posts: 23
- Joined: 17 Jul 2023, 16:07

Re: Docker config gone after update
I see... so I assume the only option to control logs for the whole docker daemon is setting the Log Retention through Docker Manager user interface. Then any customized log option (i.e. changing the driver) should be set on a per-container basis.TMzethar wrote: ↑14 Aug 2023, 19:10This is the setting for the Docker app. After updating, it will be overwritten by the default configuration. It is not recommended that you modify it. If you insist, you may need to backup and modify it frequently.davidecavestro wrote: ↑13 Aug 2023, 20:38 Again...
about /Volume1/@apps/docker/conf/daemon.json:
packaging this file along with the docker distribution implies loosing any customization at every upgrade.
Am I wrong?
