mirror of https://github.com/docker/docker-py.git
Merge branch 'master' of https://github.com/dotcloud/docker-py
This commit is contained in:
commit
b82ef9cae7
|
|
@ -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