mirror of https://github.com/docker/docker-py.git
Bumped version to 0.1.3
This commit is contained in:
parent
17a6994e43
commit
1b0af1d196
|
@ -1,6 +1,11 @@
|
|||
ChangeLog
|
||||
=========
|
||||
|
||||
0.1.3
|
||||
-----
|
||||
|
||||
* The client now tries to load the auth config from `~/.dockercfg`. This is necessary to use the push command if API version is >1.0
|
||||
|
||||
0.1.2
|
||||
-----
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ Identical to the `docker port` command.
|
|||
* `c.pull(repository, tag=None, registry=None)`
|
||||
Identical to the `docker pull` command.
|
||||
|
||||
* `c.push(repository, registry=None)`
|
||||
* `c.push(repository)`
|
||||
Identical to the `docker push` command.
|
||||
|
||||
* `c.remove_container(containers..., v=False)`
|
||||
|
|
Loading…
Reference in New Issue