1podman-system-reset(1)() podman-system-reset(1)()
2
3
4
6 podman-system-reset - Reset storage back to initial state
7
8
10 podman system reset [options]
11
12
14 podman system reset removes all pods, containers, images, networks and
15 volumes, and machines.
16
17
18 This command must be run before changing any of the following fields in
19 the containers.conf or storage.conf files: driver, static_dir, tmp_dir
20 or volume_path.
21
22
23 podman system reset reads the current configuration and attempts to re‐
24 move all of the relevant configurations. If the administrator modified
25 the configuration files first, podman system reset might not be able to
26 clean up the previous storage.
27
28
30 --force, -f
31 Do not prompt for confirmation
32
33
34 --help, -h
35 Print usage statement
36
37
39 $ podman system reset
40 WARNING! This will remove:
41 - all containers
42 - all pods
43 - all images
44 - all networks
45 - all build cache
46 - all machines
47 Are you sure you want to continue? [y/N] y
48
49
50
51 Switching rootless user from VFS driver to overlay with fuse-overlayfs
52 If the user ran rootless containers without having the fuse-overlayfs
53 program installed, podman defaults to the vfs storage in their home di‐
54 rectory. If they want to switch to use fuse-overlay, they must install
55 the fuse-overlayfs package. The user needs to reset the storage to use
56 overlayfs by default. Execute podman system reset as the user first to
57 remove the VFS storage. Now the user can edit the /etc/containers/stor‐
58 age.conf to make any changes if necessary. If the system's default was
59 already overlay, then no changes are necessary to switch to fuse-over‐
60 layfs. Podman looks for the existence of fuse-overlayfs to use it when
61 set in the overlay driver, only falling back to vfs if the program does
62 not exist. Users can run podman info to ensure Podman is using fuse-
63 overlayfs and the overlay driver.
64
65
67 podman(1), podman-system(1), fuse-overlayfs(1), containers-stor‐
68 age.conf(5)
69
70
72 November 2019, Originally compiled by Dan Walsh (dwalsh at redhat dot
73 com)
74
75
76
77 podman-system-reset(1)()