Skip to content

Commit

Permalink
Update quickstart docs to run mash as container
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schaefi committed Jun 20, 2024
1 parent f6f84c4 commit dca0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dca0545

Please sign in to comment.