Examples (3)
Change the base OS to a new container image from a registry
sudo bootc switch imageChange the base OS to a new container image from the local image storage of the root user
sudo bootc switch --transport containers-storage imageChange the base OS to a new container image stored in a tarball
sudo bootc switch --transport oci-archive path/to/image.tar.gzmade by @shridhargupta | data from tldr-pages