Currently pygmy sets all it's containers to the unless-stopped restart policy. This means that whenever docker starts/restarts, so does pygmy.
For occasional/intermittent users of pygmy, this may be undesirable (as with specific port allocation). We should allow a configuration option to set the restart policy to no, to prevent it auto-starting when not needed.
Currently pygmy sets all it's containers to the
unless-stoppedrestart policy. This means that whenever docker starts/restarts, so does pygmy.For occasional/intermittent users of pygmy, this may be undesirable (as with specific port allocation). We should allow a configuration option to set the restart policy to no, to prevent it auto-starting when not needed.