GLOBAL OPTIONS
Command | Description |
---|---|
podman-attach(1) | Attach to a running container. |
podman-build(1) | Build a container image using a Dockerfile. |
podman-commit(1) | Create new image based on the changed container. |
podman-container(1) | Manage containers. |
podman-cp(1) | Copy files/folders between a container and the local filesystem. |
podman-create(1) | Create a new container. |
podman-diff(1) | Inspect changes on a container or image's filesystem. |
podman-events(1) | Monitor Podman events |
podman-exec(1) | Execute a command in a running container. |
podman-export(1) | Export a container's filesystem contents as a tar archive. |
podman-generate(1) | Generate structured data based for a containers and pods. |
podman-healthcheck(1) | Manage healthchecks for containers |
podman-history(1) | Show the history of an image. |
podman-image(1) | Manage images. |
podman-images(1) | List images in local storage. |
podman-import(1) | Import a tarball and save it as a filesystem image. |
podman-info(1) | Displays Podman related system information. |
podman-init(1) | Initialize a container |
podman-inspect(1) | Display a container or image's configuration. |
podman-kill(1) | Kill the main process in one or more containers. |
podman-load(1) | Load an image from a container image archive into container storage. |
podman-login(1) | Login to a container registry. |
podman-logout(1) | Logout of a container registry. |
podman-logs(1) | Display the logs of a container. |
podman-mount(1) | Mount a working container's root filesystem. |
podman-pause(1) | Pause one or more containers. |
podman-play(1) | Play pods and containers based on a structured input file. |
podman-pod(1) | Management tool for groups of containers, called pods. |
podman-port(1) | List port mappings for a container. |
podman-ps(1) | Prints out information about containers. |
podman-pull(1) | Pull an image from a registry. |
podman-push(1) | Push an image from local storage to elsewhere. |
podman-restart(1) | Restart one or more containers. |
podman-rm(1) | Remove one or more containers. |
podman-rmi(1) | Removes one or more locally stored images. |
podman-run(1) | Run a command in a new container. |
podman-save(1) | Save an image to a container archive. |
podman-search(1) | Search a registry for an image. |
podman-start(1) | Start one or more containers. |
podman-stats(1) | Display a live stream of one or more container's resource usage statistics. |
podman-stop(1) | Stop one or more running containers. |
podman-system(1) | Manage podman. |
podman-tag(1) | Add an additional name to a local image. |
podman-top(1) | Display the running processes of a container. |
podman-umount(1) | Unmount a working container's root filesystem. |
podman-unpause(1) | Unpause one or more containers. |
podman-unshare(1) | Run a command inside of a modified user namespace. |
podman-version(1) | Runs the varlink backend interface. |
podman-varlink(1) | Display the Podman version information. |
podman-volume(1) | Manage Volumes. |
podman-wait(1) | Wait on one or more containers to stop and print their exit co |
当Podman以无根模式运行时,文件$ HOME / .config / containers / mounts.conf将覆盖默认值(如果存在)。 有关更多详细信息,请参阅containers mounts.conf(5)。
所有评论(0)