Skip to content

Commit

Permalink
Merge pull request #915 from SUSE-Enceladus/fix_quick_start_docs
Browse files Browse the repository at this point in the history
Update quickstart docs to run mash as container
  • Loading branch information
smarlowucf authored Jun 24, 2024
2 parents c0e3732 + dca0545 commit 4e0d376
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 4e0d376

Please sign in to comment.