diff options
Diffstat (limited to '')
-rw-r--r-- | source/includes/container_dev_env.inc.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/includes/container_dev_env.inc.rst b/source/includes/container_dev_env.inc.rst new file mode 100644 index 0000000..8b30296 --- /dev/null +++ b/source/includes/container_dev_env.inc.rst @@ -0,0 +1,14 @@ +.. note:: + + The rsyslog project maintains multiple `rsyslog docker development + environment images <https://hub.docker.com/u/rsyslog/>`_. These + images have been configured specifically for use with rsyslog and are + recommended over your own build environment. Rsyslog docker development + images are named with the ``rsyslog_dev_`` prefix, followed by the + distro name. + +.. warning:: + + If you plan to copy the binary for use outside of the container you need + to make sure to use an image of the same distro/version when building + rsyslog. |