1toolbox-reset(1)() toolbox-reset(1)()
2
3
4
6 toolbox-reset - Remove all local podman (and toolbox) state
7
8
10 toolbox reset
11
12
14 Removes all existing podman (and toolbox) containers, images and con‐
15 figuration. This can be used to factory reset your local Podman and
16 Toolbox installations when something has gone irrecoverably wrong with
17 the podman(1) and toolbox(1) commands.
18
19
20 This command can only be used on the host, and not from within a tool‐
21 box container, and is only expected to be used right after a fresh boot
22 before any other podman(1) or toolbox(1) commands have been invoked.
23
24
26 Reset a broken Podman and Toolbox installation
27 $ toolbox reset
28
29
30
31
32 toolbox-reset(1)()