From dca0545c24cc558224b5a6652710bfcc50c170d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Thu, 20 Jun 2024 11:22:55 +0200 Subject: [PATCH] Update quickstart docs to run mash as container Recent changes on the podman and systemd side requires the CAP_SYS_ADMIN cgroup capability to be allowed in the instance. Thus the startup options for podman needs to be adapted. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1289d855..816e556e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ the mash pipeline. The following steps are needed to get started: ```bash podman pull registry.opensuse.org/virtualization/appliances/images/images_tw/opensuse/mash:latest -podman run -ti mash +podman run --cap-add CAP_SYS_ADMIN -ti --name mash_server mash ``` The mash instance starts up and a login prompt to the system appears.