This commit is contained in:
shin- 2013-07-17 17:30:17 +02:00
commit b82ef9cae7
1 changed files with 1 additions and 1 deletions

View File

@ -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.