Update README.md

This commit is contained in:
James Read 2021-05-19 00:17:27 +01:00 committed by GitHub
parent ecf0d5dc99
commit 914b39f3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -85,8 +85,10 @@ Of course, running a container image is very straightforward - but you might nee
### Running - `podman` (or `docker`)
There is a container image that is periodically updated here; https://hub.docker.com/repository/docker/jamesread/olivetin
```
root@host: podman create --name olivetin -p 1337 -p 1338 -p 1339 -v /etc/olivetin/:/config:ro olivetin
root@host: podman create --name olivetin -p 1337 -p 1338 -p 1339 -v /etc/olivetin/:/config:ro docker.io/jamesread/olivetin
```