spiegel_podman/docs
baude 9c359a31d5 create pod on the fly
when a user specifies --pod to podman create|run, we should create that pod
automatically.  the port bindings from the container are then inherited by
the infra container.  this signicantly improves the workflow of running
containers inside pods with podman.  the user is still encouraged to use
podman pod create to have more granular control of the pod create options.

Signed-off-by: baude <bbaude@redhat.com>
2018-12-03 15:49:17 -06:00
..
links Add podman-image and podman-container man page links 2018-06-25 21:38:46 +00:00
tutorials podman_tutorial.md typos: arguement -> argument; missing 'a' 2018-11-24 16:08:58 -08:00
varlink Fix varlink remove image force 2018-05-11 16:05:10 +00:00
containers-mounts.conf.5.md docs: consistent headings 2018-08-30 16:51:56 +00:00
dckrman.sh Add support for mimicing docker CLI 2018-01-18 07:01:48 -05:00
generate.go Rename varlink socket and interface 2018-08-06 14:49:11 +00:00
libpod.conf.5.md Add new field to libpod to indicate whether or not to use labelling 2018-09-20 16:01:29 +00:00
play.png Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
podman-attach.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-build.1.md Touch up --log* options and daemons in man pages 2018-11-07 19:54:17 -05:00
podman-commit.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-container-checkpoint.1.md Add '--tcp-established' to checkpoint/restore man page 2018-11-28 08:00:38 +01:00
podman-container-cleanup.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-container-exists.1.md add podman container|image exists 2018-11-26 09:19:39 -06:00
podman-container-refresh.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-container-restore.1.md Add '--tcp-established' to checkpoint/restore man page 2018-11-28 08:00:38 +01:00
podman-container-runlabel.1.md Support auth file environment variable & add change to man pages 2018-10-12 10:05:14 -04:00
podman-container.1.md add podman container|image exists 2018-11-26 09:19:39 -06:00
podman-cp.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-create.1.md create pod on the fly 2018-12-03 15:49:17 -06:00
podman-diff.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-exec.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-export.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-history.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-image-exists.1.md add podman container|image exists 2018-11-26 09:19:39 -06:00
podman-image.1.md add podman container|image exists 2018-11-26 09:19:39 -06:00
podman-images.1.md Add space between num & unit in images output 2018-11-12 14:06:31 -05:00
podman-import.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-info.1.md Add buildah version and distribution to info 2018-09-28 10:48:16 -05:00
podman-inspect.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-kill.1.md Make kill, pause, and unpause parallel. 2018-11-01 14:23:55 -05:00
podman-load.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-login.1.md Support auth file environment variable & add change to man pages 2018-10-12 10:05:14 -04:00
podman-logout.1.md Support auth file environment variable & add change to man pages 2018-10-12 10:05:14 -04:00
podman-logs.1.md docs: make HISTORY consistent 2018-08-30 16:51:56 +00:00
podman-mount.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pause.1.md Make kill, pause, and unpause parallel. 2018-11-01 14:23:55 -05:00
podman-pod-create.1.md Allow users to expose ports from the pod to the host 2018-11-20 09:49:34 -06:00
podman-pod-exists.1.md podman pod exists 2018-12-03 12:00:18 -06:00
podman-pod-inspect.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-kill.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-pause.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-ps.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-pod-restart.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-rm.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-start.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-stop.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod-top.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-pod-unpause.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-pod.1.md docs: consistent headings 2018-08-30 16:51:56 +00:00
podman-port.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-ps.1.md add pod short option to ps 2018-11-30 09:15:11 -06:00
podman-pull.1.md Support auth file environment variable & add change to man pages 2018-10-12 10:05:14 -04:00
podman-push.1.md Support auth file environment variable & add change to man pages 2018-10-12 10:05:14 -04:00
podman-restart.1.md Make restart parallel and add --all 2018-11-01 13:14:12 -05:00
podman-rm.1.md rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
podman-rmi.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-run.1.md create pod on the fly 2018-12-03 15:49:17 -06:00
podman-save.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-search.1.md Support auth file environment variable & add change to man pages 2018-10-12 10:05:14 -04:00
podman-start.1.md docs: fix headers 2018-08-30 16:51:56 +00:00
podman-stats.1.md docs: Follow man-pages(7) suggestions for SYNOPSIS 2018-07-04 09:40:37 +00:00
podman-stop.1.md Add --all flag to podman kill 2018-09-30 07:48:41 +02:00
podman-tag.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-top.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-umount.1.md Add --force to podman umount to force the unmounting of the rootfs 2018-08-01 17:53:30 +00:00
podman-unpause.1.md Make kill, pause, and unpause parallel. 2018-11-01 14:23:55 -05:00
podman-varlink.1.md docs: consistent format for example 2018-08-30 16:51:56 +00:00
podman-version.1.md implement --format for version command 2018-11-25 12:42:05 +01:00
podman-wait.1.md Add --interval flag to podman wait 2018-09-13 10:11:00 -04:00
podman.1.md Better document rootless containers 2018-11-10 04:46:06 -05:00