1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile
Sebastiaan van Stijn 50e470fab4
Healthcheck: set default retries to 3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-06-03 13:28:08 +02:00
..
command Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
parser Healthcheck: set default retries to 3 2016-06-03 13:28:08 +02:00
bflag.go
bflag_test.go
builder.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
dispatchers.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
dispatchers_unix.go
dispatchers_windows.go
dispatchers_windows_test.go
envVarTest
evaluator.go Add support for user-defined healthchecks 2016-06-02 23:58:34 +02:00
evaluator_test.go Typo fix wiildcard -> wildcard 2016-05-22 18:39:35 +01:00
evaluator_unix.go
evaluator_windows.go
internals.go Reimplementing more builder integration tests as unit tests 2016-05-22 01:00:57 +02:00
internals_test.go Reimplementing more builder integration tests as unit tests 2016-05-22 01:00:57 +02:00
internals_unix.go
internals_windows.go
internals_windows_test.go
shell_parser.go
shell_parser_test.go
support.go
support_test.go
wordsTest