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
..
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2023-12-19 17:15:38 +01:00
2024-02-21 10:40:13 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-07-24 09:47:36 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-01-15 11:29:30 +01:00
2024-07-04 10:30:56 +02:00
2024-08-11 16:58:08 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-08-11 16:58:08 +02:00
2024-08-11 16:58:08 +02:00
2024-01-15 11:29:30 +01:00
2024-01-15 11:29:30 +01:00
2024-10-07 10:37:00 +02:00
2024-01-15 11:29:30 +01:00
2024-09-30 09:43:54 +02:00
2024-07-04 10:30:56 +02:00
2024-10-07 13:07:33 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-09-30 09:43:54 +02:00
2024-01-15 11:29:30 +01:00
2024-01-15 11:29:30 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2023-12-19 17:15:38 +01:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2023-12-19 17:15:38 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-01-15 13:49:53 +01:00
2024-09-03 11:38:05 +02:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2024-01-15 13:49:53 +01:00
2024-10-10 17:00:43 +02:00
2024-09-23 13:38:33 +02:00
2024-10-10 17:00:43 +02:00
2024-01-15 11:29:30 +01:00
2023-01-06 22:36:47 +01:00
2024-10-10 16:35:07 +02:00
2024-08-16 15:09:51 +02:00
2024-10-07 10:37:00 +02:00
2024-08-16 11:02:10 +02:00
2024-07-10 11:36:40 +02:00
2024-07-04 10:30:56 +02:00
2024-10-10 16:35:03 +02:00
2024-10-17 12:36:32 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 15:09:51 +02:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:28:53 +02:00
2024-01-15 13:49:53 +01:00
2024-10-24 18:32:32 +02:00
2024-01-15 13:49:53 +01:00
2024-10-10 16:35:07 +02:00
2024-09-23 13:48:33 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-10-07 10:37:00 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-02-20 21:38:50 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-02-21 10:40:13 +01:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-10 11:36:40 +02:00
2024-01-15 13:49:53 +01:00
2024-09-30 09:43:54 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-10-10 16:35:03 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-09-30 09:43:54 +02:00
2024-08-16 11:02:10 +02:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-08-16 11:02:10 +02:00
2023-01-06 22:36:47 +01:00
2024-10-16 12:21:51 +02:00
2024-01-18 14:58:43 +01:00
2024-10-07 10:37:00 +02:00
2023-08-28 01:58:58 +02:00
2024-01-15 13:49:53 +01:00
2024-01-15 13:49:53 +01:00
2024-07-04 10:30:56 +02:00
2023-12-19 17:15:38 +01:00
2023-12-19 17:15:38 +01:00
2023-01-06 22:36:47 +01:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-12-19 17:15:38 +01:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-01-06 22:36:47 +01:00
2024-01-15 13:49:53 +01:00
2024-01-15 13:49:53 +01:00
2024-08-20 12:35:04 +02:00
2024-06-06 02:15:23 +00:00
2023-08-25 14:10:40 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2024-07-04 10:30:56 +02:00
2023-01-06 22:36:47 +01:00
2023-08-12 14:22:23 +01:00
2024-01-15 13:49:53 +01:00