docker / cli

The Docker CLI
Apache License 2.0
4.77k stars 1.89k forks source link

docs: fix json syntax error #5079

Closed cncal closed 2 months ago

cncal commented 2 months ago

- What I did

Fix json syntax error in docs.

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 61.32%. Comparing base (4445e77) to head (6a4d38c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5079 +/- ## ========================================== - Coverage 61.33% 61.32% -0.01% ========================================== Files 298 295 -3 Lines 20691 20686 -5 ========================================== - Hits 12691 12686 -5 + Misses 7099 7098 -1 - Partials 901 902 +1 ```