mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
If set to `"mtu": "1500"` will got an error: ``` unable to configure the Docker daemon with file /etc/docker/daemon.json: json: cannot unmarshal string into Go value of type int ``` That code can not unmarshal string into Go value of type int, I changed the type from string to int.