mirror of https://github.com/docker/docker-py.git
README.md: Client class is in the docker package
This commit is contained in:
parent
79a6889355
commit
9a15b6597c
|
|
@ -6,7 +6,7 @@ An API client for docker written in Python
|
||||||
API
|
API
|
||||||
===
|
===
|
||||||
|
|
||||||
`client.Client(base_url='http://localhost:4243', version="1.3")`
|
`docker.Client(base_url='http://localhost:4243', version="1.3")`
|
||||||
Client class. `base_url` refers to the protocol+hostname+port where the docker
|
Client class. `base_url` refers to the protocol+hostname+port where the docker
|
||||||
server is hosted. Version is the version of the API the client will use.
|
server is hosted. Version is the version of the API the client will use.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue