summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-28 02:24:44 +0300
committerorhun <orhun@archlinux.org>2021-06-28 02:24:44 +0300
commit82077ad98ecc09eff4c74f98ddc01cb99ab75de8 (patch)
treef60c011cb21d64d068333cb09c9588159060d923
parent68dcd4c13cbd36f8719fe089c82b4543ce9ad77b (diff)
docs: Update the docker command for quickly launching the app
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81378f5..4ecb9ab 100644
--- a/README.md
+++ b/README.md
@@ -187,10 +187,10 @@ See available [tags](https://hub.docker.com/r/orhunp/gpg-tui/tags).
docker pull orhunp/gpg-tui:[tag]
```
-You can also use the following alias for a quick launch:
+You can also use the following command for a quick launch:
```sh
-alias gpg-tui='docker run -it orhunp/gpg-tui'
+docker run --rm -it -v "$HOME/.gnupg":/app/.gnupg --user 1000:1000 orhunp/gpg-tui --homedir /app/.gnupg
```
#### Using the Dockerfile