mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
By doing this we were over-riding any of the daemon's defaults. Instead we can send an empty string which docker-py sends on and the daemon interprets as, 'json-file' as a default if it hasn't got any other daemon level config options. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>