diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-06 10:36:59 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-05-07 09:00:35 -0400 |
commit | bdbce9bcb1e11a982c38bf917805b714f7d78678 (patch) | |
tree | 70522881dc9cccbbba702d230e963642fa8cd523 /docs/tutorials/podman-go-bindings.md | |
parent | 44184167e495a64f1a565a2bc2cccb6b5bc56eaa (diff) | |
download | podman-bdbce9bcb1e11a982c38bf917805b714f7d78678.tar.gz podman-bdbce9bcb1e11a982c38bf917805b714f7d78678.tar.bz2 podman-bdbce9bcb1e11a982c38bf917805b714f7d78678.zip |
Add documentation on short-names
Once we settle on the wording for short-names in podman-pull, I will
add the same section to all of the podman commands that use pull.
Also ran through all man pages with a spell checker.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/tutorials/podman-go-bindings.md')
-rw-r--r-- | docs/tutorials/podman-go-bindings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/podman-go-bindings.md b/docs/tutorials/podman-go-bindings.md index 24381c75c..a952f2dc0 100644 --- a/docs/tutorials/podman-go-bindings.md +++ b/docs/tutorials/podman-go-bindings.md @@ -536,7 +536,7 @@ containers and pods in a way which fits very nicely in many production environme ## References -- Podman is available for most major distributions along with MacOS and Windows. +- Podman is available for most major distributions along with macOS and Windows. Installation details are available on the [Podman official website](https://podman.io/getting-started/). - Documentation can be found at the [Podman Docs page](https://docs.podman.io). |