diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-07-11 17:56:54 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-07-11 17:56:54 -0400 |
commit | 369f8b8862e8918a011290311e44c1691f699c58 (patch) | |
tree | c7d317eaeceb44139fa99813c2e4fa3efe2cb1c1 /rootless.md | |
parent | efe9c5b0e7968473b261eae4641e422e4a0f69a2 (diff) | |
download | podman-369f8b8862e8918a011290311e44c1691f699c58.tar.gz podman-369f8b8862e8918a011290311e44c1691f699c58.tar.bz2 podman-369f8b8862e8918a011290311e44c1691f699c58.zip |
Fix spelling mistakes in man pages and other docs
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'rootless.md')
-rw-r--r-- | rootless.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootless.md b/rootless.md index bdbc1becc..c5033881b 100644 --- a/rootless.md +++ b/rootless.md @@ -2,7 +2,7 @@ The following list categorizes the known issues and irregularities with running Podman as a non-root user. Although currently functional, there is still a number of work items that are under consideration to be added. These proposed changes are in varying degrees of design and development. -Contributors are more than welcomed to help with this work. If you decide to carve off a piece and work on it, please create an issue in [GitHub](https://github.com/containers/libpod/issues), and assign it to yourself. If you find other unexpected behaviour with rootless Podman and feel it’s warranted, please feel free to update this document. +Contributors are more than welcomed to help with this work. If you decide to carve off a piece and work on it, please create an issue in [GitHub](https://github.com/containers/libpod/issues), and assign it to yourself. If you find other unexpected behavior with rootless Podman and feel it’s warranted, please feel free to update this document. * Podman can not create containers that bind to ports < 1024. * The kernel does not allow processes without CAP_NET_BIND_SERVICE to bind to low ports. |