aboutsummaryrefslogtreecommitdiff
path: root/rootless.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-07-11 17:56:54 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2019-07-11 17:56:54 -0400
commit369f8b8862e8918a011290311e44c1691f699c58 (patch)
treec7d317eaeceb44139fa99813c2e4fa3efe2cb1c1 /rootless.md
parentefe9c5b0e7968473b261eae4641e422e4a0f69a2 (diff)
downloadpodman-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.md2
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.