Skip to content

Commit

Permalink
document new isEnabled() method
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 18, 2020
1 parent 8ee193f commit e6632e2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ The docker servers service is a core service that is always available in functio

### `has(name: string): boolean`

Determine if a name resolves to a known docker server
Determine if a name resolves to a known docker server.

### `isEnabled(name: string): boolean`

Determine if a named server is enabled.

### `get(name: string): DockerServer`

Expand Down

0 comments on commit e6632e2

Please sign in to comment.