Skip to content

Commit

Permalink
Fix a typo and two sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed Jan 21, 2025
1 parent 4f01dda commit 68db143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ discovery.docker "<LABEL>" {

## Arguments

TYou can use the following arguments with `discovery.docker`:
You can use the following arguments with `discovery.docker`:

Name | Type | Description | Default | Required
-------------------------|---------------------|--------------------------------------------------------------------------------------------------|---------------|---------
Expand Down Expand Up @@ -87,7 +87,7 @@ The `basic_auth` block configures basic authentication to the endpoint.

### filter

You can use the `filter` block to configure a filter to pass to the Docker Engine to limit the amount of containers returned.
The `filter` block configures a filter to pass to the Docker Engine to limit the number of containers returned.
You can specify the `filter` block multiple times to provide more than one filter.

Name | Type | Description | Default | Required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The `basic_auth` block configures basic authentication to the endpoint.

### filter

You can use the `filter` block to limit the discovery process to a subset of available resources.
The `filter` block limits the discovery process to a subset of available resources.
You can define multiple `filter` blocks within the `discovery.dockerswarm` block.
The list of available filters depends on the `role`:

Expand Down

0 comments on commit 68db143

Please sign in to comment.