You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
gear install creates a -data container for each of its units if one doesn't already exist.
It would be tidier if gear only used the --volumes-from argument if a -data container was found.
This would avoid leaving behind unused -data containers when stateless units are deleted.
Not sure if it's possible to do such a test in the systemd service file, but perhaps the service files would be cleaner if they called a gear wrapper script to launch docker containers and move the various container tests into that script.
gear installcreates a-datacontainer for each of its units if one doesn't already exist.It would be tidier if gear only used the
--volumes-fromargument if a-datacontainer was found.This would avoid leaving behind unused
-datacontainers when stateless units are deleted.Not sure if it's possible to do such a test in the systemd service file, but perhaps the service files would be cleaner if they called a gear wrapper script to launch docker containers and move the various container tests into that script.
See
<myunitname>-datacontainer ClusterHQ/flocker#409