Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions guides/deployments/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ containers specification. Podman is useful if you'd like an alternative to
[CVM workspaces](../../admin/workspace-management/cvms/index.md) or if your
Linux kernel doesn't support CVMs.

> Please be aware that there are
> [limitations related to running Podman in rootless mode](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman).
Prior to completing the steps below, please review the following Podman
documentation:

- [Basic setup and use of Podman in a rootless environment](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md)

- [Shortcomings of Rootless Podman](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman)

If you are receiving `permission denied` errors when running Podman, please see
the below article:

- [Container permission denied](https://www.redhat.com/sysadmin/container-permission-denied-errors)

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