mirror of
https://github.com/docker/compose.git
synced 2026-06-25 02:28:24 +00:00
Add resource reservations to container inspect
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
b1edfb6507
commit
6516632ecf
8 changed files with 103 additions and 34 deletions
2
cli/cmd/testdata/inspect-out-id.golden
vendored
2
cli/cmd/testdata/inspect-out-id.golden
vendored
|
|
@ -9,7 +9,9 @@
|
|||
"PidsLimit": 0,
|
||||
"HostConfig": {
|
||||
"RestartPolicy": "none",
|
||||
"CPUReservation": 0,
|
||||
"CPULimit": 0,
|
||||
"MemoryReservation": 0,
|
||||
"MemoryLimit": 0
|
||||
},
|
||||
"Platform": "Linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue