
podman-machine
List of commands for podman-machine:
-
podman-machine:tldr:1a06d podman-machine: Connect to a running machine via SSH.$ podman machine ssh ${name}try on your machineexplain this command
-
podman-machine:tldr:2c353 podman-machine: Create a new machine with a specific name.$ podman machine init ${name}try on your machineexplain this command
-
podman-machine:tldr:3583a podman-machine: Create a new machine with different resources.$ podman machine init --cpus=${4} --memory=${4096} --disk-size=${50}try on your machineexplain this command
-
podman-machine:tldr:6b996 podman-machine: List existing machines.$ podman machine lstry on your machineexplain this command
-
podman-machine:tldr:6fd63 podman-machine: Inspect information about a machine.$ podman machine inspect ${name}try on your machineexplain this command
-
podman-machine:tldr:94bc3 podman-machine: Start or stop a machine.$ podman machine ${select} ${name}try on your machineexplain this command
-
podman-machine:tldr:a2b7c podman-machine: Create a new default machine.$ podman machine inittry on your machineexplain this command