aboutsummaryrefslogtreecommitdiff
path: root/test/compose/uptwice
Commit message (Collapse)AuthorAge
* compat API: network inspect do not show isolate optionPaul Holzinger2022-09-25
| | | | | | | | | | | We force the isolate option on new newtworks because that is the docker behavior. However when we inspect them they should not be displayed to the caller since they have no idea about it and docker-compose throws an error because of that. Fixes #15580 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
* Add container config to compat image inspectBrent Baude2021-07-09
With docker-compose, there is a use case where you can `docker-compose up -d`, then change a file like docker-compose.yml and run up again. This requires a ContainerConfig with at least Volumes be populated in the inspect data. This PR adds just that. Fixes: #10795 Signed-off-by: Brent Baude <bbaude@redhat.com>