automation-tests/cmd/podman
OpenShift Merge Robot cb2b019d5d
Merge pull request #2885 from kunalkushwaha/image-dangling-filter-fix
imagefilter dangling handling corrected
2019-04-11 14:15:49 -07:00
..
cliconfig Merge pull request #2902 from baude/remoteattachfixes 2019-04-11 13:06:39 -07:00
imagefilters imagefilter dangling handling corrected 2019-04-11 09:18:31 +09:00
libpodruntime libpod: allow to configure path to the network-cmd binary 2019-03-11 09:29:04 +01:00
shared Fixes for podman-remote run and attach 2019-04-11 13:51:50 -05:00
varlink Fixes for podman-remote run and attach 2019-04-11 13:51:50 -05:00
README.md Update Podman-specific readme 2018-05-11 15:32:27 +00:00
attach.go Add the ability to attach remotely to a container 2019-04-10 08:59:28 -05:00
build.go build: fix build DIR -t TAG 2019-03-15 10:39:17 +01:00
checkpoint.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
cleanup.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
commands.go Merge pull request #2892 from edsantiago/healthcheck_typo_fix 2019-04-10 11:28:57 -07:00
commands_remoteclient.go (minor): fix misspelled 'Healthcheck' 2019-04-10 09:43:56 -06:00
commit.go Add --include-volumes flag to 'podman commit' 2019-04-11 09:55:24 -04:00
common.go podman-remote create|run 2019-04-08 09:05:31 -05:00
common_test.go Revert "Switch to golangci-lint" 2019-04-05 20:09:45 -05:00
container.go Add the ability to attach remotely to a container 2019-04-10 08:59:28 -05:00
containers_prune.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
cp.go fix bug podman cp directory 2019-04-04 12:45:12 -04:00
create.go Fixes for podman-remote run and attach 2019-04-11 13:51:50 -05:00
diff.go add remote-client diff 2019-04-03 09:52:38 -05: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
events.go Add 'podman events' to podman(1) 2019-03-13 10:22:10 -06:00
exec.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
exists.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
export.go rootless: remove SkipStorageSetup() 2019-04-01 13:24:04 +02:00
generate.go More cleanup for failures on missing commands. 2019-03-08 07:06:50 -05:00
generate_kube.go podman: enable kube for rootless 2019-04-05 09:34:23 +02:00
healthcheck.go (minor): fix misspelled 'Healthcheck' 2019-04-10 09:43:56 -06:00
healthcheck_run.go healtcheck phase 2 2019-03-12 14:29:18 -05:00
history.go move formats pkg to and vendor from buildah 2019-03-11 14:44:59 -04:00
image.go Merge pull request #1642 from kunalkushwaha/image-tree 2019-03-14 09:53:49 -07:00
images.go Merge pull request #2885 from kunalkushwaha/image-dangling-filter-fix 2019-04-11 14:15:49 -07:00
images_prune.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
import.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
info.go move formats pkg to and vendor from buildah 2019-03-11 14:44:59 -04:00
inspect.go Remove ulele/deepcopier in favor of JSON deep copy 2019-03-27 20:00:31 -04:00
kill.go Implement podman-remote rm 2019-04-09 11:55:26 -07:00
load.go Cleanup messages on podman load 2019-03-18 12:23:41 -04:00
login.go Set blob cache directory based on GraphDriver 2019-03-29 08:27:33 -04:00
logout.go Set blob cache directory based on GraphDriver 2019-03-29 08:27:33 -04:00
logs.go display logs for multiple containers at the same time 2019-03-15 13:41:01 -05:00
main.go Initial remote flag clean up 2019-04-10 12:43:19 -05:00
main_local.go Initial remote flag clean up 2019-04-10 12:43:19 -05:00
main_remote.go Initial remote flag clean up 2019-04-10 12:43:19 -05:00
mount.go rootless: remove SkipStorageSetup() 2019-04-01 13:24:04 +02:00
pause.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -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 More cleanup for failures on missing commands. 2019-03-08 07:06:50 -05:00
play_kube.go Merge pull request #2856 from haircommander/kube-entrypoint 2019-04-05 05:56:29 -07:00
pod.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
pod_create.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
pod_inspect.go Remove ulele/deepcopier in favor of JSON deep copy 2019-03-27 20:00:31 -04:00
pod_kill.go rootless: remove SkipStorageSetup() 2019-04-01 13:24:04 +02:00
pod_pause.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
pod_ps.go Revert "Switch to golangci-lint" 2019-04-05 20:09:45 -05:00
pod_restart.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
pod_rm.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
pod_start.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
pod_stats.go Revert "Switch to golangci-lint" 2019-04-05 20:09:45 -05:00
pod_stop.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
pod_top.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
pod_unpause.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
port.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
ps.go Merge pull request #2882 from baude/remoteps 2019-04-10 04:24:56 -07:00
pull.go Initial remote flag clean up 2019-04-10 12:43:19 -05:00
push.go Initial remote flag clean up 2019-04-10 12:43:19 -05:00
refresh.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
restart.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
restore.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
rm.go Implement podman-remote rm 2019-04-09 11:55:26 -07:00
rmi.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
run.go Fixes for podman-remote run and attach 2019-04-11 13:51:50 -05:00
run_test.go Fixes for podman-remote run and attach 2019-04-11 13:51:50 -05:00
runlabel.go Merge pull request #2595 from jwhonce/bug/1677908 2019-03-15 10:52:57 -07:00
save.go save-load-export: clear cli-parsing default 2019-03-14 12:15:45 -06:00
search.go Revert "Switch to golangci-lint" 2019-04-05 20:09:45 -05:00
sign.go Remove ulele/deepcopier in favor of JSON deep copy 2019-03-27 20:00:31 -04:00
start.go podman-remote create|run 2019-04-08 09:05:31 -05:00
stats.go move formats pkg to and vendor from buildah 2019-03-11 14:44:59 -04:00
stop.go Implement podman-remote rm 2019-04-09 11:55:26 -07:00
system.go More cleanup for failures on missing commands. 2019-03-08 07:06:50 -05:00
system_df.go Merge pull request #2773 from QiWang19/bug 2019-03-28 09:21:48 -07:00
system_prune.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
system_renumber.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
tag.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
top.go rootless: use a single user namespace 2019-04-01 15:32:58 +02:00
tree.go podman-remote image tree 2019-04-04 14:41:50 -05:00
trust.go More cleanup for failures on missing commands. 2019-03-08 07:06:50 -05:00
trust_set_show.go Revert "Switch to golangci-lint" 2019-04-05 20:09:45 -05:00
umount.go Implement podman-remote rm 2019-04-09 11:55:26 -07:00
unpause.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
utils.go Implement podman-remote rm 2019-04-09 11:55:26 -07:00
varlink.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
varlink_dummy.go Only build varlink when buildtag is available 2019-02-12 15:53:19 -06:00
version.go support GO template {{ json . }} 2019-03-18 13:46:35 -05:00
volume.go More cleanup for failures on missing commands. 2019-03-08 07:06:50 -05:00
volume_create.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
volume_inspect.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
volume_ls.go move formats pkg to and vendor from buildah 2019-03-11 14:44:59 -04:00
volume_prune.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
volume_rm.go Fix help commands to show short and long description. 2019-03-07 13:46:59 -05:00
wait.go Implement podman-remote rm 2019-04-09 11:55:26 -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