summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-09-16 15:48:12 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-09-25 13:49:18 +0200
commitfd8570befa112cf9e8d70016b5078ec3f7f78f9a (patch)
tree85464fc5b0f08abba310acbdc8c877c7e9f39051 /README.md
parentd038e6a5ff19e037e87d4ea470bf0206350c6f08 (diff)
downloadpodman-fd8570befa112cf9e8d70016b5078ec3f7f78f9a.tar.gz
podman-fd8570befa112cf9e8d70016b5078ec3f7f78f9a.tar.bz2
podman-fd8570befa112cf9e8d70016b5078ec3f7f78f9a.zip
README: add Communications section
Add a `Communications` section to the README to make it more approachable for new users who want to reach the community and maintainers. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4cdccd3a9..f694e92ef 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,20 @@ This project tests all builds against each supported version of Fedora, the late
1. Further work on the podman pod command
1. Further improvements on rootless containers
+## Communications
+
+For general questions and discussion, please use the
+IRC `#podman` channel on `irc.freenode.net`.
+
+For discussions around issues/bugs and features, you can use the GitHub
+[issues](https://github.com/containers/libpod/issues)
+and
+[PRs](https://github.com/containers/libpod/pulls)
+tracking system.
+
+There is also a [mailing list](https://lists.podman.io/archives/) at `lists.podman.io`.
+You can subscribe by sending a message to `podman@lists.podman.io` with the subject `subscribe`.
+
## Rootless
Podman can be easily run as a normal user, without requiring a setuid binary.
When run without root, Podman containers use user namespaces to set root in the container to the user running Podman.