moby/docs/api
Akihiro Suda 9e6d012e9c
docker info: expose runtime features ("rro" mount mode, etc.)
Fix issue 46580

```console
$ curl -s --unix-socket /var/run/docker.sock http://docker/v1.44/info | jq .Runtimes
{
  "crun": {
    "path": "/usr/local/bin/crun",
    "status": {
      "org.opencontainers.runtime-spec.features": "{\"ociVersionMin\":\"1.0.0\",...}"
    }
  },
  "io.containerd.runc.v2": {
    "path": "runc",
    "status": {
      "org.opencontainers.runtime-spec.features": "{\"ociVersionMin\":\"1.0.0\",...}"
    }
  },
  "runc": {
    "path": "runc",
    "status": {
      "org.opencontainers.runtime-spec.features": "{\"ociVersionMin\":\"1.0.0\",...}"
    }
  },
  "runsc": {
    "path": "/usr/local/bin/runsc"
  }
}
```

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-12-15 11:48:46 +09:00
..
v1.18.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.19.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.20.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.21.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.22.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.23.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.24.md docs/api: update redirect metadata for hugo 2023-11-06 18:16:47 +01:00
v1.25.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.26.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.27.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.28.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.29.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.30.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.31.yaml api: Validate IPAM config before creating a network 2023-08-22 17:11:54 +02:00
v1.32.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.33.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.34.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.35.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.36.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.37.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.38.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.39.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.40.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.41.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.42.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
v1.43.yaml docs/api: remove logentries 2023-12-12 22:59:32 +01:00
version-history.md docker info: expose runtime features ("rro" mount mode, etc.) 2023-12-15 11:48:46 +09:00