Page 1 of 1
Docker - auto start container
Posted: 30 Jul 2020, 18:31
by flexline
Good morning, I need to start automatically urbackup container after booting TOR.
I try to flag autostart option inside container but it isn't works.
Can i solve this?
Thanks,
Flexline
Re: Docker - auto start container
Posted: 30 Jul 2020, 21:42
by sports_wook
I've noticed this as well and it needs to be fixed. If anyone has a workaround or solution please post it here.
Re: Docker - auto start container
Posted: 27 Oct 2020, 16:18
by unixtall
Me too, autostart container does not work.
Re: Docker - auto start container
Posted: 27 Oct 2020, 17:57
by TMSupport
We will check whether it's ok here and get back to you later.
Re: Docker - auto start container
Posted: 08 Nov 2020, 05:08
by unixtall
how is this going?
Re: Docker - auto start container
Posted: 08 Nov 2020, 08:23
by TMzethar
We have reported this problem to our product team.This will attempt to be fixed in a later version.
Re: Docker - auto start container
Posted: 14 Nov 2020, 22:23
by pabs
Hi,
Do you guys have a target date for the correction of the autostart flag ?
It was working before and this regression is kind of annoying for me.
Is there a way to launch it automatically from the command line when the NAS starts ?
Thanks
Re: Docker - auto start container
Posted: 14 Nov 2020, 23:19
by TMroy
New update is coming next week.
Re: Docker - auto start container
Posted: 15 Nov 2020, 05:29
by pabs
Ok good news, meanwhile, here is a workaround: running the followind command will do the trick (for an already running containter - as on my side the daemon was up and running):
Code: Select all
docker update --restart unless-stopped <container_name>
See :
https://docs.docker.com/config/containe ... matically/
Cheers