Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge component 'engine' from git@github.com:moby/moby master
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonTheTurtle committed Oct 6, 2020
2 parents 791fcbe + 5b5ba67 commit 9303f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/engine/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ https://docs.docker.com/engine/reference/api/
Usage
You use the library by creating a client object and calling methods on it. The
client can be created either from environment variables with NewEnvClient, or
configured manually with NewClient.
client can be created either from environment variables with NewClientWithOpts(client.FromEnv),
or configured manually with NewClient().
For example, to list running containers (the equivalent of "docker ps"):
Expand Down

0 comments on commit 9303f39

Please sign in to comment.