Commit Graph

365 Commits

Author SHA1 Message Date
Evan Hazlett 33b1af6334 added tag support for builder 2013-06-24 02:05:32 -04:00
shin- 3ffef6dd04 Merge branch 'master' of https://github.com/dotcloud/docker-py 2013-06-21 19:56:54 +02:00
shin- ada06bd56d Fixed quiet option in images() 2013-06-21 19:55:56 +02:00
Ken Cochrane 4f748a9d3f Merge pull request #5 from nickstenning/config-typo
Fix typo -- config is a dictionary
2013-06-21 06:12:45 -07:00
Nick Stenning 982087c4f9 Python 3 compatibility: relative imports
In Python 3, this kind of import doesn't work any more. Relative imports have to
be explicit, as in this commit.
2013-06-21 14:05:06 +01:00
Nick Stenning 0cbb9f61aa Fix typo -- config is a dictionary
`self.config` is a dictionary, not an object. References to `self.config.Cmd`
should be `self.config['Cmd']`.
2013-06-20 22:02:48 +01:00
shin- bfbf1eac54 Support multiple slashes in client.push 2013-06-18 06:30:29 -07:00
shin- 9578ee3df4 Fixed 'cmd' command in builder. container config now accepts command as a string or a list and converts accordingly. 2013-06-12 08:39:41 -07:00
shin- f69c179575 Improved error reporting (thanks @johncosta) and don't encapsulate ports in a list in container_config 2013-06-12 07:38:00 -07:00
Joffrey F 7a41f4d227 Merge pull request #2 from cove/master
Minor type fixes that caused the docker server to return 500s
2013-06-06 11:43:39 -07:00
shin- b8621c7871 Trim whitespace in dockerfile command args 2013-06-06 11:38:48 -07:00
shin- a444397b9e Fixed a bug where images and containers would be removed after a successful build 2013-06-06 09:05:58 -07:00
Cove Schneider bcd3a64827 minor json fixes that caused the docker server to return 500s 2013-05-27 09:31:41 -07:00
shin- 5d6271417c Fixed Client.tag 2013-05-23 11:54:31 -07:00
shin- 5daf7bcc99 Added .gitignore, proper packaging, updated setup.py, cleaned up commented code 2013-05-23 06:35:51 -07:00