...
Code Block |
---|
Starting machine "podman-machine-default" This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "podman-machine-default" started successfully |
Überprüfen Sie, ob die Verbindung zur VM erfolgreich ist:
Code Block |
---|
podman system connection list |
Nach Neustart der VM kann die Podman Maschine mit folgendem Befehl gestartet werden:
Code Block |
---|
podman machine start podman-machine-default |