automation-tests/cmd/podman
Valentin Rothberg db0a2bcb5a remove duplicate kill from `podman --help`
Remove the duplicate kill command and only keep it in the
`mainCommands` containing commands that are implemented by
the native client and the remote one.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-02-20 12:49:31 +01:00
..
cliconfig OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
formats podman-inspect: don't ignore errors 2019-01-18 14:30:45 +01:00
imagefilters remote-client support for images 2019-01-10 13:18:08 -06:00
libpodruntime podman: honor --storage-opt again 2019-02-15 19:43:03 +01:00
shared show container ports of network namespace 2019-02-13 13:51:23 -06:00
varlink podman-remote pull 2019-02-19 10:13:07 -06:00
README.md Update Podman-specific readme 2018-05-11 15:32:27 +00:00
attach.go Merge pull request #2295 from haircommander/recursive-start 2019-02-17 21:04:33 +01:00
build.go Add 3rd chunk of Cobra examples 2019-02-17 13:49:05 -05:00
checkpoint.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
cleanup.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
commands.go remove duplicate kill from `podman --help` 2019-02-20 12:49:31 +01:00
commands_remoteclient.go enable podman-remote volume prune 2019-02-14 10:55:05 -06:00
commit.go Add examples for Cobra 2019-02-14 15:03:11 -05:00
common.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
common_test.go Remove urfave/cli from libpod 2019-02-11 17:48:34 -06:00
container.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
containers_prune.go Fix volume handling in podman 2019-02-14 13:21:52 -05:00
cp.go 'podman cp' copy between host and container 2019-02-14 09:29:53 -05:00
create.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
create_cli.go Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
create_cli_test.go fix environment variable parsing 2018-10-23 12:57:14 +02:00
diff.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
exec.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
exists.go Add examples for Cobra 2019-02-14 15:03:11 -05:00
export.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
generate.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
generate_kube.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
history.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
image.go add build to main and as subcommand to image 2019-02-14 10:52:30 -06:00
images.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
images_prune.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
import.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
info.go Add examples for Cobra 2019-02-14 15:03:11 -05:00
inspect.go Add examples for Cobra 2019-02-14 15:03:11 -05:00
kill.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
load.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
login.go Merge pull request #2340 from QiWang19/login_lying 2019-02-17 13:44:45 +01:00
logout.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
logs.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
main.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
mount.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
parse.go fix environment variable parsing 2018-10-23 12:57:14 +02:00
pause.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
platform_linux.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00
platform_unsupported.go Add darwin support for remote-client 2019-01-11 11:30:28 -06:00
play.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
play_kube.go Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3 2019-02-17 22:44:04 +01:00
pod.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_create.go Podman pod create now errors on receiving CLI args 2019-02-19 15:03:56 -05:00
pod_inspect.go Add examples for Cobra 2019-02-14 15:03:11 -05:00
pod_kill.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
pod_pause.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
pod_ps.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_restart.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
pod_rm.go Add examples for Cobra 2019-02-14 15:03:11 -05:00
pod_start.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
pod_stats.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
pod_stop.go Add 3rd chunk of Cobra examples 2019-02-17 13:49:05 -05:00
pod_top.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
pod_unpause.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
port.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
ps.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
pull.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
push.go Add 3rd chunk of Cobra examples 2019-02-17 13:49:05 -05:00
refresh.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
restart.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
restore.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
rm.go Add 3rd chunk of Cobra examples 2019-02-17 13:49:05 -05:00
rmi.go Add 3rd chunk of Cobra examples 2019-02-17 13:49:05 -05:00
run.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
run_test.go Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
runlabel.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
save.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
search.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
sign.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
sigproxy.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
start.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
stats.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
stop.go OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
system.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
system_prune.go Fix volume handling in podman 2019-02-14 13:21:52 -05:00
tag.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
top.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
trust.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
trust_set_show.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
umount.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
unpause.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
utils.go pod infra container is started before a container in a pod is run, started, or attached. 2019-02-15 16:39:24 -05:00
varlink.go Add 4th chunk of Cobra Examples 2019-02-18 15:18:42 -05:00
varlink_dummy.go Only build varlink when buildtag is available 2019-02-12 15:53:19 -06:00
version.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
volume.go enable podman-remote volume prune 2019-02-14 10:55:05 -06:00
volume_create.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
volume_inspect.go Second chunk of Cobra help 2019-02-15 14:38:46 -05:00
volume_ls.go podman-remote volume inspect|ls 2019-02-13 12:43:51 -06:00
volume_prune.go enable podman-remote volume prune 2019-02-14 10:55:05 -06:00
volume_rm.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00
wait.go Fifth chunk of Cobra Examples 2019-02-18 19:37:09 -05:00

README.md

podman - Simple debugging tool for pods and images

podman is a daemonless container runtime for managing containers, pods, and container images. It is intended as a counterpart to CRI-O, to provide low-level debugging not available through the CRI interface used by Kubernetes. It can also act as a container runtime independent of CRI-O, creating and managing its own set of containers.

Use cases

  1. Create containers
  2. Start, stop, signal, attach to, and inspect existing containers
  3. Run new commands in existing containers
  4. Push and pull images
  5. List and inspect existing images
  6. Create new images by committing changes within a container
  7. Create pods
  8. Start, stop, signal, and inspect existing pods
  9. Populate pods with containers