spiegel_podman/pkg/domain/entities
Daniel J Walsh 32af1be01a
The cidfile should be created when the container is created
Currently if you run an interactive session of podman run and
specifiy the --cidfile option, the cidfile will not get created
until the container finishes running.  If you run a detached
container, it will get created right away.  This Patch creates
the cidfile as soon as the container is created.  This could allow
other tools to use the cidefile on all running containers.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-10-26 05:53:26 -04:00
..
auto-update.go auto-update: support authfiles 2020-05-12 10:20:48 +02:00
container_ps.go Add the Status field in the ps --format=json 2020-08-11 13:47:54 +08:00
containers.go The cidfile should be created when the container is created 2020-10-26 05:53:26 -04:00
engine.go Add global options --runtime-flags 2020-09-04 15:04:36 -04:00
engine_container.go Add support for external container 2020-10-15 09:51:31 -04:00
engine_image.go Add podman image mount 2020-07-28 10:27:44 -04:00
engine_system.go Adds tunnel routes for system reset. 2020-05-11 17:03:32 -04:00
events.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
filters.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
generate.go APIv2 add generate systemd endpoint 2020-09-02 22:06:19 +02:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go save image remove signatures 2020-10-21 10:00:08 -04:00
manifest.go Extend flags of manifest add 2020-09-09 12:33:11 +02:00
network.go filter option added to network ls command. 2020-05-20 02:53:47 +00:00
play.go Enable k8s configmaps as flags for play kube 2020-10-07 08:54:24 -06:00
pods.go Add support for slirp network for pods 2020-09-25 21:34:23 -04:00
set.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
system.go Fix system df inconsistent 2020-09-04 11:11:39 -04:00
types.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
volumes.go Volume prune should not pass down the force flag 2020-10-01 06:32:57 -04:00