Skip to content

Commit 2124586

Browse files
development: add development environment docs (fluent#1055)
Signed-off-by: Turkalp Burak Kayrancioglu <bkayranci@gmail.com> Co-authored-by: Pat <patrick.j.k.stephens@gmail.com>
1 parent 7f940b0 commit 2124586

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

development/developer-guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@ Output plugins are defined in [flb\_output.h](https://github.com/fluent/fluent-b
312312

313313
The [stdout plugin](https://github.com/fluent/fluent-bit/tree/master/plugins/out_stdout) is very simple; review its code to understand how output plugins work.
314314

315+
## Development Environment
316+
317+
Fluent Bit provides a standalone environment for development.
318+
Developers who use different OS or distributions can develop on a simple, common stack.
319+
The development environment provides the required libraries and tools for you.
320+
321+
Development environments provided for
322+
- [Devcontainer](https://github.com/fluent/fluent-bit/blob/master/DEVELOPER_GUIDE.md#devcontainer)
323+
- [Vagrant](https://github.com/fluent/fluent-bit/blob/master/DEVELOPER_GUIDE.md#vagrant).
324+
315325
## Testing
316326

317327
During development, you can build Fluent Bit as follows:

0 commit comments

Comments
 (0)