Skip to content

Commit

Permalink
Merge pull request #17183 from agowa338/patch-1
Browse files Browse the repository at this point in the history
(fix) mount_program is in storage.options.overlay
  • Loading branch information
openshift-merge-robot authored Jan 23, 2023
2 parents 1a90189 + 2b650e3 commit ce504bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/rootless_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Your distribution might already provide it in the `fuse-overlayfs` package, but

The `fuse-overlayfs` project is available from [GitHub](https://github.com/containers/fuse-overlayfs), and provides instructions for easily building a static `fuse-overlayfs` executable.

If Podman is used before `fuse-overlayfs` is installed, it may be necessary to adjust the `storage.conf` file (see "User Configuration Files" below) to change the `driver` option under `[storage]` to `"overlay"` and point the `mount_program` option in `[storage.options]` to the path of the `fuse-overlayfs` executable:
If Podman is used before `fuse-overlayfs` is installed, it may be necessary to adjust the `storage.conf` file (see "User Configuration Files" below) to change the `driver` option under `[storage]` to `"overlay"` and point the `mount_program` option in `[storage.options.overlay]` to the path of the `fuse-overlayfs` executable:

```
[storage]
driver = "overlay"
(...)
[storage.options]
[storage.options.overlay]
(...)
Expand Down

0 comments on commit ce504bb

Please sign in to comment.