diff options
author | orhun <orhun@archlinux.org> | 2021-06-03 17:10:08 +0300 |
---|---|---|
committer | orhun <orhun@archlinux.org> | 2021-06-03 17:10:08 +0300 |
commit | d7e736d1feb85c03ce96a4d96193f1c37b131c84 (patch) | |
tree | f41825f35bbba7fc8c6bae9a735c2834d504b44e /README.md | |
parent | c8f29e376501f212ddbc16b844ceaf42bc8f62d8 (diff) |
docs: Update README.md about Docker alias
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -169,6 +169,12 @@ 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: + +```sh +alias gpg-tui='docker run -it -v "$HOME/.gnupg":/root/.gnupg orhunp/gpg-tui' +``` + #### Using the Dockerfile ```sh |