docker-cloud-media-scripts icon indicating copy to clipboard operation
docker-cloud-media-scripts copied to clipboard

Enhancement: Create stop scripts for rmlocal / cloudupload

Open inject00r opened this issue 7 years ago • 2 comments

Hi,

I think it would be nice if the cloudupload script could be stopped while the container is running instead of restarting the entire container and losing the mounted drives on other containers / services.

Cheers, C

inject00r avatar Jan 21 '18 22:01 inject00r

Cloudupload script is called by yourself outside the container. Why would you run it and then stop it?

madslundt avatar Jan 22 '18 14:01 madslundt

I mean you are right, but let's say your worklist is big and dependent on your upstream, especially when you start migrating your lib it could take a while. So the container itself should be up & running 24/7 while it could be that your upstream should be used for different applications. Therefore it would be nice not to crash the entire system landscape while losing the mounts. From that perspective it would be easier to use a pause / stop command within a shell to guarantee general service availability without stopping the entire container.

inject00r avatar Jan 22 '18 15:01 inject00r