You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/deployments/podman.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,17 @@ containers specification. Podman is useful if you'd like an alternative to
11
11
[CVM workspaces](../../admin/workspace-management/cvms/index.md) or if your
12
12
Linux kernel doesn't support CVMs.
13
13
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
0 commit comments