spiegel_podman/cmd/podman
OpenShift Merge Robot 54eecb02f0
Merge pull request #2511 from rhatdan/test
Add missing short flag -l for run/create
2019-03-04 08:08:58 -08:00
..
cliconfig Pull image for runlabel if not local 2019-03-01 09:20:12 -06:00
formats update: remove duplicate newline 2019-02-21 13:49:42 -07:00
imagefilters Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00
libpodruntime Move all storage configuration defaults into libpod 2019-02-26 15:32:53 -05:00
shared podman-remote create|ps 2019-02-25 09:10:09 -06:00
varlink Support podman-remote stop container(s) 2019-03-02 08:57:20 -07:00
attach.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
build.go Should be defaulting to pull not pull-always 2019-02-28 17:20:29 -05:00
checkpoint.go fixup! Correction to 'checkpoint' 2019-02-27 14:18:15 -07:00
cleanup.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
commands.go Merge pull request #2364 from jwhonce/wip/remote_stop 2019-03-04 03:58:47 -08:00
commands_remoteclient.go hide --latest on the remote-client 2019-02-22 14:13:08 -06:00
commit.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
common.go Add missing short flag -l for run/create 2019-03-03 20:38:43 -05:00
common_test.go Remove urfave/cli from libpod 2019-02-11 17:48:34 -06:00
container.go A few more usage-message tweaks 2019-03-03 19:09:12 -07:00
containers_prune.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
cp.go Don't extract tar file in podman cp 2019-03-04 09:48:17 -05:00
create.go Merge pull request #2476 from mheon/fix_stop 2019-02-28 03:54:53 +01: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 Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
errors.go Support podman-remote stop container(s) 2019-03-02 08:57:20 -07:00
errors_remote.go Support podman-remote stop container(s) 2019-03-02 08:57:20 -07:00
exec.go Allow Exec API user to override streams 2019-02-28 14:55:11 -05:00
exists.go fixup! Incorporate review feedback 2019-02-27 14:19:02 -07:00
export.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
generate.go Fix play to show up in podman help 2019-02-23 16:16:41 -05:00
generate_kube.go fixup! missed some more: 2019-02-27 14:19:02 -07:00
history.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
image.go Fix aliased commands to actually work 2019-03-03 06:14:20 -05:00
images.go Fix aliased commands to actually work 2019-03-03 06:14:20 -05:00
images_prune.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
import.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
info.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
inspect.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
kill.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
load.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
login.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
logout.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
logs.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
main.go Support podman-remote stop container(s) 2019-03-02 08:57:20 -07:00
mount.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
parse.go fix environment variable parsing 2018-10-23 12:57:14 +02:00
pause.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07: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 #2451 from baude/playrenamepodoncollision 2019-03-01 12:22:07 -08:00
pod.go podman-remote pod pause|unpause|restart 2019-02-25 16:14:06 -06:00
pod_create.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
pod_inspect.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_kill.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_pause.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_ps.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
pod_restart.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_rm.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_start.go A few more usage-message tweaks 2019-03-03 19:09:12 -07:00
pod_stats.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_stop.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_top.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
pod_unpause.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
port.go podman port fix output 2019-02-27 20:31:01 -06:00
ps.go Fix aliased commands to actually work 2019-03-03 06:14:20 -05:00
pull.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
push.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
README.md Update Podman-specific readme 2018-05-11 15:32:27 +00:00
refresh.go Merge pull request #2452 from edsantiago/no_more_args 2019-03-01 12:22:12 -08:00
restart.go Fix ignored --time argument to podman restart 2019-02-27 17:22:34 -05:00
restore.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
rm.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
rmi.go Fix aliased commands to actually work 2019-03-03 06:14:20 -05:00
run.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
run_test.go Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
runlabel.go Pull image for runlabel if not local 2019-03-01 09:20:12 -06:00
save.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
search.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
sign.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
sigproxy.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
start.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
stats.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
stop.go Support podman-remote stop container(s) 2019-03-02 08:57:20 -07:00
system.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
system_prune.go A few more usage-message tweaks 2019-03-03 19:09:12 -07:00
system_renumber.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
tag.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
top.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
trust.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
trust_set_show.go Followup to #2456: update examples, add trust 2019-02-27 14:18:15 -07:00
umount.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
unpause.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
utils.go podman-remote create|ps 2019-02-25 09:10:09 -06:00
varlink.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
varlink_dummy.go Only build varlink when buildtag is available 2019-02-12 15:53:19 -06:00
version.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
volume.go enable podman-remote volume prune 2019-02-14 10:55:05 -06:00
volume_create.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
volume_inspect.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
volume_ls.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
volume_prune.go Command-line input validation: reject unused args 2019-02-27 14:20:29 -07:00
volume_rm.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00
wait.go Better usage synopses for subcommands 2019-02-26 18:10:36 -07:00

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