moby/api/types
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
..
backend api/types: move NetworkListConfig to api/types/backend 2023-12-06 02:21:21 +01:00
blkiodev Add canonical import comment 2018-02-05 16:51:57 -05:00
checkpoint api/types: move checkpoint-types to api/types/checkpoint 2023-08-26 12:37:41 +02:00
container Merge pull request #46447 from akerouanton/api-predefined-networks 2023-11-24 12:26:48 +01:00
events api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
filters api/types/filters: fix errors not being matched by errors.Is() 2023-07-28 17:07:41 +02:00
image api/types: move image-types to api/types/image 2023-10-12 11:29:20 +02:00
mount Support recursively read-only (RRO) mounts 2023-05-26 01:58:24 +09:00
network Merge pull request #46447 from akerouanton/api-predefined-networks 2023-11-24 12:26:48 +01:00
plugins/logdriver update generated files 2023-05-29 03:28:35 +02:00
registry api: search: deprecate is_automated field, and is-automated filter 2023-08-01 13:45:44 +02:00
strslice api/types: fix empty-lines (revive) 2022-09-28 01:58:49 +02:00
swarm api/t/swarm: Fix deprecation for ServiceSpec.Networks 2023-11-21 10:54:53 +01:00
system docker info: expose runtime features ("rro" mount mode, etc.) 2023-12-15 11:48:46 +09:00
time api/types/time: use strings.Cut() 2022-12-21 11:09:00 +01:00
versions api/types/versions: rename max/min as it collides with go1.21 builtin 2023-08-26 19:38:47 +02:00
volume vendor: github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0a 2022-08-09 14:03:50 +02:00
client.go api/types: move ContainerLogsOptions to api/types/container 2023-10-12 11:30:12 +02:00
configs.go api/types: move NetworkListConfig to api/types/backend 2023-12-06 02:21:21 +01:00
error_response.go Update to inline comments. 2016-10-31 11:13:41 -04:00
error_response_ext.go Make ErrorResponse implement Error 2019-07-02 10:17:03 -07:00
graph_driver_data.go api: docs: update docs for /images/{name}/json (current API version) 2022-03-03 22:50:10 +01:00
id_response.go Add an IDResponse type 2016-10-31 11:16:02 -04:00
plugin.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00
plugin_device.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_env.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_interface_type.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_mount.go Generate plugin types from the swagger spec. 2016-10-20 13:24:23 -07:00
plugin_responses.go Add canonical import comment 2018-02-05 16:51:57 -05:00
port.go Describe IP field of Port definition 2018-05-15 12:09:42 +02:00
stats.go Fix dont typo 2018-09-08 16:58:03 +08:00
types.go api: Deprecate Container and ContainerConfig for /images/{id}/json 2023-12-14 17:27:41 +01:00
types_deprecated.go api/types: move ContainerLogsOptions to api/types/container 2023-10-12 11:30:12 +02:00