Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
podman-machine-reset(1)      General Commands Manual	 podman-machine-reset(1)

NAME
     podman-machine-reset - Reset Podman machines and environment

SYNOPSIS
     podman machine reset [options]

DESCRIPTION
     Reset  your Podman machine environment.  This command stops any running ma-
     chines and then removes them.  Configuration and data files  are  then  re-
     moved.   Data  files  would  include machine disk images and any previously
     pulled cache images.  When this command is run, all of your Podman machines
     will have been deleted.

OPTIONS
   --force, -f
     Reset without confirmation.

   --help
     Print usage statement.

EXAMPLES
     $ podman machine reset
     Warning: this command will delete all existing podman machines
     and all of the configuration and data directories for Podman machines

     The following machine(s) will be deleted:

     dev
     podman-machine-default

     Are you sure you want to continue? [y/N] y
     $

     Force reset without confirmation.

     $ podman machine reset --force
     $

SEE ALSO
     podman(1), podman-machine(1)

HISTORY
     Feb   2024,   Originally	compiled   by	 Brent	  Baudebbaude@redhat.com
     <mailto:bbaude@redhat.com>

							 podman-machine-reset(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=podman-machine-reset&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help