DockerCLI/docs/reference
Sebastiaan van Stijn e9ae9f788b
docker inspect: add support for swarm configs
The docker inspect command did not inspect configs. This patch adds support for
it, and while at it, also sorts the list of objects in runInspect.

Before this patch:

    docker config create myconfig ./codecov.yml
    danpeyh8qzb30vgdj9fr665l1

    docker inspect --format='{{.ID}}' myconfig
    []
    Error: No such object: myconfig

    docker inspect --format='{{.ID}}' --type=config myconfig
    "config" is not a valid value for --type

With this patch:

    docker inspect --format='{{.ID}}' myconfig
    danpeyh8qzb30vgdj9fr665l1

    docker inspect --format='{{.ID}}' --type=config myconfig
    danpeyh8qzb30vgdj9fr665l1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-10-24 18:32:32 +02:00
..
commandline docker inspect: add support for swarm configs 2024-10-24 18:32:32 +02:00
builder.md docs: dockerfile reference moved to buildkit repo 2022-06-27 11:51:46 +02:00
dockerd.md Merge pull request #5437 from thaJeztah/remove_deprecated_cors_headers 2024-09-16 13:42:01 +01:00
glossary.md docs: remove AuFS from glossary 2023-05-19 10:17:37 +02:00
index.md docs: update url scheme for reference docs 2024-02-20 21:38:50 +01:00
run.md docs: fix a typo in run.md 2024-09-26 15:33:09 +02:00