Skip to content

Commit 3380cae

Browse files
authored
add: podman docs to podman guide (#1189)
1 parent 87b5eed commit 3380cae

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

guides/deployments/podman.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,17 @@ containers specification. Podman is useful if you'd like an alternative to
1111
[CVM workspaces](../../admin/workspace-management/cvms/index.md) or if your
1212
Linux kernel doesn't support CVMs.
1313

14-
> Please be aware that there are
15-
> [limitations related to running Podman in rootless mode](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman).
14+
Prior to completing the steps below, please review the following Podman
15+
documentation:
16+
17+
- [Basic setup and use of Podman in a rootless environment](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md)
18+
19+
- [Shortcomings of Rootless Podman](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman)
20+
21+
If you are receiving `permission denied` errors when running Podman, please see
22+
the below article:
23+
24+
- [Container permission denied](https://www.redhat.com/sysadmin/container-permission-denied-errors)
1625

1726
1. Install `smarter-device-manager` and expose the FUSE device through it. To do
1827
so, create a file called `smarter-device-manager.yaml` with the following

0 commit comments

Comments
 (0)