Difference between revisions of "Podman machine init"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  podman machine init --cpus=2
 
  podman machine init --cpus=2
 
  Error: exec: "[[qemu-system-aarch64]]": executable file not found in $PATH
 
  Error: exec: "[[qemu-system-aarch64]]": executable file not found in $PATH
 +
 +
Solution: export PATH=$PATH:[[/snap/lxd/]]23545/bin/
  
 
  [[podman machine]] init --cpus 2
 
  [[podman machine]] init --cpus 2

Revision as of 14:57, 28 October 2022

podman machine init
Downloading VM image: fedora-coreos-36.20220511.dev.0-qemu.aarch64.qcow2.xz [=========================>-------------------] 353.6MiB / 621.5MiB
podman machine init --cpus=2
Error: exec: "qemu-system-aarch64": executable file not found in $PATH

Solution: export PATH=$PATH:/snap/lxd/23545/bin/
podman machine init --cpus 2
Extracting compressed file
Image resized.
Machine init complete
To start your machine run:
 
	podman machine start


podman machine init
Error: podman-machine-default: VM already exists

Related

podman machine start

See also

Advertising: