1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/config
Sebastiaan van Stijn e62382d014
daemon/config: remove uses of pointers for ints
Use the default (0) value to indicate "not set", which simplifies
working with these configuration options, preventing the need to
use intermediate variables etc.

While changing this code, also making some small cleanups, such
as replacing "fmt.Sprintf()" for "strconv" variants.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-29 09:39:34 +02:00
..
builder.go
builder_test.go
config.go daemon/config: remove uses of pointers for ints 2022-04-29 09:39:34 +02:00
config_linux.go
config_linux_test.go
config_test.go daemon/config: remove uses of pointers for ints 2022-04-29 09:39:34 +02:00
config_windows.go
config_windows_test.go
opts.go Bump swarmkit to v2 2022-04-21 17:33:07 -04:00