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: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
-[Docker](#docker)
35
35
-[Docker Compose](#docker-compose)
36
36
-[Docker CLI](#docker-cli)
37
-
- Podman
37
+
- Podman
38
38
- Quadlets
39
39
40
40
-[Binary](#binary)
@@ -216,7 +216,7 @@ Stream logs from the Redlib container:
216
216
```bash
217
217
docker logs -f redlib
218
218
```
219
-
## Podman
219
+
## Podman
220
220
221
221
[Podman](https://podman.io/) lets you run containerized applications in a rootless fashion. Containers are loosely isolated environments that are lightweight and contain everything needed to run the application, so there's no need to rely on what's installed on the host.
222
222
@@ -225,8 +225,8 @@ Container images for Redlib are available at [quay.io](https://quay.io/repositor
225
225
### Quadlets
226
226
227
227
> [!IMPORTANT]
228
-
> These instructions assume that you are on a systemd based distro with [podman](https://podman.io/). If not, follow these [instructions on podman's website](https://podman.io/docs/installation) for how to do so.
229
-
> It also assumes you have used `loginctl enable-linger <username>` to enable the service to start for your user without logging in.
228
+
> These instructions assume that you are on a systemd based distro with [podman](https://podman.io/). If not, follow these [instructions on podman's website](https://podman.io/docs/installation) for how to do so.
229
+
> It also assumes you have used `loginctl enable-linger <username>` to enable the service to start for your user without logging in.
230
230
231
231
Copy the `redlib.container` and `.env.example` files to `.config/containers/systemd/` and modify any relevant values (for example, the ports Redlib should listen on, renaming the .env file and editing its values, etc.).
0 commit comments