Difference between revisions of "Podman machine init"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[podman machine]] init | [[podman machine]] init | ||
− | Downloading VM image: fedora-coreos-36.20220511.dev.0-qemu.aarch64.qcow2.xz [=========================>-------------------] 353.6MiB / 621.5MiB | + | Downloading VM image: [[fedora-coreos-36]].20220511.dev.0-qemu.aarch64.qcow2.xz [=========================>-------------------] 353.6MiB / 621.5MiB |
+ | |||
+ | podman machine init --cpus=2 | ||
+ | Downloading VM image: fedoraDownloading VM image: [[fedora-coreos]]-36.20221014.2.0-[[qemu]].[[aarch64]].qcow2.xz [==========>----------------------------- | ||
+ | Extracting compressed file | ||
+ | [[Error: EOF]] | ||
+ | |||
+ | podman machine init --cpus=2 --image-path /home/devops/.local/share/containers/podman/machine/qemu/fedora-coreos-36.20221014.2.0-qemu.aarch64.qcow2 | ||
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 | ||
Line 21: | Line 30: | ||
== Related == | == Related == | ||
− | [[podman machine | + | * <code>[[podman machine start]]</code> |
+ | * <code>[[podman machine init --help]]</code> | ||
+ | [[~/.local/]] | ||
+ | [[~/.local/share/containers/podman/machine/qemu/]] | ||
== See also == | == See also == |
Latest revision as of 15:43, 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 Downloading VM image: fedoraDownloading VM image: fedora-coreos-36.20221014.2.0-qemu.aarch64.qcow2.xz [==========>----------------------------- Extracting compressed file Error: EOF
podman machine init --cpus=2 --image-path /home/devops/.local/share/containers/podman/machine/qemu/fedora-coreos-36.20221014.2.0-qemu.aarch64.qcow2
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[edit]
~/.local/ ~/.local/share/containers/podman/machine/qemu/
See also[edit]
podman machine, [ list | init | start | rm ]
- Podman, containers,
podman ps
,podman attach
,libpod.conf
,podman pull
,podman info
,podman logs, podman kill
,podman images
,podman image mount
, Podman releases/Changelog,podman login
,podman run
,podman exec
,podman play
Advertising: