1podman-export(1)() podman-export(1)()
2
3
4
6 podman-export - Export a container's filesystem contents as a tar ar‐
7 chive
8
9
11 podman export [options] container
12
13
14 podman container export [options] container
15
16
18 podman export exports the filesystem of a container and saves it as a
19 tarball on the local machine. podman export writes to STDOUT by default
20 and can be redirected to a file using the --output flag. Note: : is a
21 restricted character and cannot be part of the file name.
22
23
24 podman [GLOBAL OPTIONS]
25
26
27 podman export [GLOBAL OPTIONS]
28
29
30 podman export [OPTIONS] CONTAINER
31
32
34 --output, -o
35
36
37 Write to a file, default is STDOUT
38
39
40 --help, -h
41
42
43 Print usage statement
44
45
47 $ podman export -o redis-container.tar 883504668ec465463bc0fe7e63d53154ac3b696ea8d7b233748918664ea90e57
48
49 $ podman export 883504668ec465463bc0fe7e63d53154ac3b696ea8d7b233748918664ea90e57 > redis-container.tar
50
51
52
54 podman(1), podman-import(1)
55
56
58 August 2017, Originally compiled by Urvashi Mohnani umohnani@redhat.com
59 ⟨mailto:umohnani@redhat.com⟩
60
61
62
63 podman-export(1)()