docker / cli

The Docker CLI
Apache License 2.0
4.97k stars 1.94k forks source link

Add --ip-forward-no-drop to dockerd cmdline ref #5598

Open robmry opened 2 weeks ago

robmry commented 2 weeks ago

- What I did

Added new --ip-forward-no-drop to the command line ref, and updated the description for --ip-forward.

- How I did it

- How to verify it

- Description for the changelog

n/a
codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.63%. Comparing base (8c22315) to head (038d3ea). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5598 +/- ## ======================================= Coverage 59.63% 59.63% ======================================= Files 346 346 Lines 29208 29208 ======================================= Hits 17417 17417 Misses 10822 10822 Partials 969 969 ```