diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:27:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:27:18 +0000 |
commit | f7f20c3f5e0be02585741f5f54d198689ccd7866 (patch) | |
tree | 190d5e080f6cbcc40560b0ceaccfd883cb3faa01 /source/containers/index.rst | |
parent | Initial commit. (diff) | |
download | rsyslog-doc-f7f20c3f5e0be02585741f5f54d198689ccd7866.tar.xz rsyslog-doc-f7f20c3f5e0be02585741f5f54d198689ccd7866.zip |
Adding upstream version 8.2402.0+dfsg.upstream/8.2402.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | source/containers/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/source/containers/index.rst b/source/containers/index.rst new file mode 100644 index 0000000..9699a00 --- /dev/null +++ b/source/containers/index.rst @@ -0,0 +1,20 @@ +rsyslog and containers +====================== + +In this chapter, we describe how rsyslog can be used together with +containers. + +All versions of rsyslog work well in containers. Versions beginning with +8.32.0 have also been made explicitly container-aware and provide some +extra features that are useful inside containers. + +Note: the sources for docker containers created by the rsyslog project +can be found at https://github.com/rsyslog/rsyslog-docker - these may +be useful as a starting point for similar efforts. Feedback, bug +reports and pull requests are also appreciated for this project. + +.. toctree:: + :maxdepth: 2 + + container_features + docker_specifics |