Skip to content

Commit

Permalink
Better instruction for Podman. Fixes #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 13, 2021
1 parent b098db2 commit 7c988a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ It's quite easy to start a container:
```bash
docker run -P robertdebock/docker-centos-openssh
```

For Podman, please use:

```bash
podman run --cap-add AUDIT_WRITE -P robertdebock/docker-centos-openssh
```

(The `--cap-add AUDIT_WRITE` is added to overcome an [issue](https://bugzilla.redhat.com/show_bug.cgi?id=1923728).)

A private key will be displayed, copy-pasts-save it, set the permissions to 0600.

Expand Down

0 comments on commit 7c988a3

Please sign in to comment.