mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add container inspect view
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
aa09ecb1f8
commit
49759af15c
3 changed files with 76 additions and 29 deletions
15
cli/cmd/testdata/inspect-out-id.golden
vendored
15
cli/cmd/testdata/inspect-out-id.golden
vendored
|
|
@ -2,11 +2,6 @@
|
|||
"ID": "id",
|
||||
"Status": "",
|
||||
"Image": "nginx",
|
||||
"Command": "",
|
||||
"CPUTime": 0,
|
||||
"MemoryUsage": 0,
|
||||
"PidsCurrent": 0,
|
||||
"PidsLimit": 0,
|
||||
"HostConfig": {
|
||||
"RestartPolicy": "none",
|
||||
"CPUReservation": 0,
|
||||
|
|
@ -15,13 +10,5 @@
|
|||
"MemoryLimit": 0,
|
||||
"AutoRemove": false
|
||||
},
|
||||
"Platform": "Linux",
|
||||
"Healthcheck": {
|
||||
"Disable": false,
|
||||
"Test": null,
|
||||
"Interval": "0s",
|
||||
"Retries": 0,
|
||||
"StartPeriod": "0s",
|
||||
"Timeout": "0s"
|
||||
}
|
||||
"Platform": "Linux"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue