automation-tests/cmd/podman
baude 476ea5645e add build to main and as subcommand to image
add build as a local and remote-client command in the main
podman menu.  also ensure it is added to the image subcommands
as well.

Signed-off-by: baude <bbaude@redhat.com>
2019-02-14 10:52:30 -06:00
..
cliconfig Address review comments on #2319 2019-02-12 13:11:07 -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 Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
shared show container ports of network namespace 2019-02-13 13:51:23 -06:00
varlink podman-remote build 2019-02-13 15:36:36 -06:00
README.md Update Podman-specific readme 2018-05-11 15:32:27 +00:00
attach.go Address review comments on #2319 2019-02-12 13:11:07 -05:00
build.go podman-remote build 2019-02-13 15:36:36 -06:00
checkpoint.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
cleanup.go Address review comments on #2319 2019-02-12 13:11:07 -05:00
commands.go add build to main and as subcommand to image 2019-02-14 10:52:30 -06:00
commands_remoteclient.go podman-remote volume inspect|ls 2019-02-13 12:43:51 -06:00
commit.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
common.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07: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 Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
create.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07: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 Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
exec.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
exists.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
export.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
generate.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
generate_kube.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07: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 Parse fq name correctly for images 2019-02-13 11:05:20 -06:00
images_prune.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
import.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
info.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
inspect.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
kill.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
load.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
login.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
logout.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
logs.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
main.go add build to main and as subcommand to image 2019-02-14 10:52:30 -06: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 Don't show global flags except for podman command 2019-02-12 05:14:38 -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 Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_create.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_inspect.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_kill.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_pause.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_ps.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_restart.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_rm.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_start.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_stats.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_stop.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_top.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pod_unpause.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
port.go show container ports of network namespace 2019-02-13 13:51:23 -06:00
ps.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
pull.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
push.go podman-remote push 2019-02-13 08:44:12 -06:00
refresh.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
restart.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
restore.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
rm.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
rmi.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
run.go Address review comments on #2319 2019-02-12 13:11:07 -05:00
run_test.go Migrate to cobra CLI 2019-02-08 10:26:43 -06:00
runlabel.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
save.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
search.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
sign.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
sigproxy.go switch projectatomic to containers 2018-08-16 17:12:36 +00:00
start.go Address review comments on #2319 2019-02-12 13:11:07 -05:00
stats.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
stop.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
system.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
system_prune.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
tag.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
top.go Don't show global flags except for podman command 2019-02-12 05:14:38 -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 Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
umount.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
unpause.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
utils.go Address review comments on #2319 2019-02-12 13:11:07 -05:00
varlink.go Merge pull request #2264 from larskarlitski/varlink-api 2019-02-12 16:59:45 +01: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 Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
volume_create.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
volume_inspect.go podman-remote volume inspect|ls 2019-02-13 12:43:51 -06:00
volume_ls.go podman-remote volume inspect|ls 2019-02-13 12:43:51 -06:00
volume_prune.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07:00
volume_rm.go Merge pull request #2309 from rhatdan/help 2019-02-12 15:45:54 +01:00
wait.go Don't show global flags except for podman command 2019-02-12 05:14:38 -07: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