June 1, 20188 yr I know that unRaid mount the array before start docker and stop the docker before unmount the arrray. I want to move the docker manage to docker compose but how does it works with unRaid? Does the containers created by docker compose works the same way (Start and stop automatically)?
June 1, 20188 yr 7 hours ago, joshuaavalon said: I know that unRaid mount the array before start docker and stop the docker before unmount the arrray. I want to move the docker manage to docker compose but how does it works with unRaid? Does the containers created by docker compose works the same way (Start and stop automatically)? Docker compose is not included in unRAID. You can get it from the Nerd Pack From my understanding it would all be command line based including starting. I could be wrong about stopping/starting though.
June 2, 20188 yr Author 5 hours ago, CrashnBrn said: Docker compose is not included in unRAID. You can get it from the Nerd Pack From my understanding it would all be command line based including starting. I could be wrong about stopping/starting though. I know how to get Docker compose. I am asking about this Docker created in command line do not have the XML files like you created from the Web UI. Is using restart: always will perform like turn on auto start? Will it wait unit the array mount and start?
September 10, 20196 yr On 6/2/2018 at 2:38 AM, joshuaavalon said: I know how to get Docker compose. I am asking about this Docker created in command line do not have the XML files like you created from the Web UI. Is using restart: always will perform like turn on auto start? Will it wait unit the array mount and start? if you are bypassing the Unraid GUI to install/start/stop docker containers then it is up to you to create appropriate scripts to manage this. The User Scripts plugin can help with scheduling when such scripts should run.
Archived
This topic is now archived and is closed to further replies.