Skip to content

Commit

Permalink
docs: Add more details regarding Linux podman machine
Browse files Browse the repository at this point in the history
### What does this PR do?

Adds some more details regarding rootful mode on Linux with podman
machine. Since you cannot create the machine through the podman desktop
GUI, you must create it via the command line.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

References #93

### How to test this PR?

<!-- Please explain steps to reproduce -->

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
  • Loading branch information
cdrage committed Mar 13, 2024
1 parent 273e472 commit 82539ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -104,6 +104,15 @@ Or set when initially creating a Podman Machine via Podman Desktop:

![rootful setup](/docs/img/rootful_setup.png)

**Linux users:**

On Linux, you are unable to create a Podman Machine through the GUI of Podman Desktop, to create a rootful Podman Machine you can run the following commands:

```sh
podman machine init --rootful-true
podman machine start
```

## Installation

This extension can be installed through the **Extensions** page of Podman Desktop.
Expand Down

0 comments on commit 82539ca

Please sign in to comment.