mirror of
https://github.com/containers/podman.git
synced 2025-09-11 17:15:06 +08:00

Add support for --layerLabel. Support for --cw is only added for the local client. I am not sure how I would wire this over remote. The current code parse the options in the frontend which hard codes the Tmpdir field to an incorrect value if we would json marshal this vie remote API so it would not work in real remote cases. Signed-off-by: Paul Holzinger <pholzing@redhat.com>