mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Merge pull request #27753 from mcgitty/patch-1
docs: Update podman-for-windows.md
This commit is contained in:
commit
a6a9272430
1 changed files with 16 additions and 0 deletions
|
|
@ -218,6 +218,22 @@ PS C:\Users\User> podman run ubi9-micro date
|
|||
Thu May 5 21:56:42 UTC 2022
|
||||
```
|
||||
|
||||
If you get this error instead:
|
||||
|
||||
```
|
||||
Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM
|
||||
Error: unable to connect to Podman socket: Get "http://d/v5.7.1/libpod/_ping": ssh: rejected: connect failed (open failed)
|
||||
```
|
||||
|
||||
try to restart the machine in rootful mode like this:
|
||||
|
||||
```
|
||||
podman machine stop
|
||||
podman machine set --rootful
|
||||
podman machine start
|
||||
podman run ubi8-micro date
|
||||
```
|
||||
|
||||
Port Forwarding
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue