mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00

The docker client expects to read the OSType header from the `/_ping` response in order to determine the OS type of the server, for example, when running `docker run --device=/dev/fuse ...` https://github.com/moby/moby/blob/master/client/ping.go#L57 Signed-off-by: chnrxn <cohawk@yahoo.com>