paunch/paunch/builder
Michele Baldessari 68e5206abc Do not call --detach when using podman create
We should never use --detached when calling podman create as it
makes no sense and has actually been removed in podman 3 via
15345ce4c3

Any use of that flag when using podman >= 3.x create will error out with:

  Error: unknown flag: --detach

Change-Id: I8356110aba03dcbc09de97633bfe6f03580e2e7a
Closes-Bug: #1915500
(cherry picked from commit fa68844b06)
2021-02-19 17:52:48 +00:00
..
__init__.py Builder object, transform config data to docker arguments 2017-03-31 13:32:07 +13:00
base.py Fix inspect images calls to not use the index format keyword 2020-11-12 19:03:14 +00:00
compose1.py podman: get cpus allowed list only when isolcpus in cmdline 2020-06-24 06:37:31 -06:00
podman.py Do not call --detach when using podman create 2021-02-19 17:52:48 +00:00