blob: b28ad76134a04b60606a425b619a7974a576ac91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Image
=====
:doc:`build <man/podman-build.1>` Build an image using instructions from Containerfiles
:doc:`exists <man/podman-image-exists.1>` Check if an image exists in local storage
:doc:`history <man/podman-history.1>` Show history of a specified image
:doc:`import <man/podman-import.1>` Import a tarball to create a filesystem image
:doc:`inspect <man/podman-inspect.1>` Display the configuration of an image
:doc:`list <man/podman-images.1>` List images in local storage
:doc:`load <man/podman-load.1>` Load an image from container archive
:doc:`prune <man/podman-image-prune.1>` Remove unused images
:doc:`pull <man/podman-pull.1>` Pull an image from a registry
:doc:`push <man/podman-push.1>` Push an image to a specified destination
:doc:`rm <man/podman-rmi.1>` Removes one or more images from local storage
:doc:`save <man/podman-save.1>` Save image to an archive
:doc:`sign <man/podman-image-sign.1>` Sign an image
:doc:`tag <man/podman-tag.1>` Add an additional name to a local image
:doc:`tree <man/podman-image-tree.1>` Prints layer hierarchy of an image in a tree format
:doc:`trust <man/podman-image-trust.1>` Manage container image trust policy
|