podman/pkg/spec
Matthew Heon f4db6d5cf6 Add support for retry count with --restart flag
The on-failure restart option supports restarting only a given
number of times. To do this, we need one additional field in the
DB to track restart count (which conveniently fills a field in
Inspect we weren't populating), plus some plumbing logic.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-05-03 10:36:16 -04:00
..
config_linux.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
config_unsupported.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00
containerconfig.go Migrate unit tests from cmd/podman into pkg/spec 2019-05-01 10:19:05 -04:00
createconfig.go Add support for retry count with --restart flag 2019-05-03 10:36:16 -04:00
parse.go Invalid index for array 2018-12-21 09:25:25 -05:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
spec.go Move handling of ReadOnlyTmpfs into new mounts code 2019-05-01 10:19:05 -04:00
spec_test.go Migrate unit tests from cmd/podman into pkg/spec 2019-05-01 10:19:05 -04:00
storage.go Move handling of ReadOnlyTmpfs into new mounts code 2019-05-01 10:19:05 -04:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00