5
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version to 0.1.5 More... over 11 years ago
create_container now accepts dict objects for the environment parameter. Fixes #20 More... over 11 years ago
Fix for #30 (Client#build tag param now works properly) More... over 11 years ago
Merge branch 'master' of https://github.com/dotcloud/docker-py More... over 11 years ago
remove_container now raises an exception when encountering an error More... over 11 years ago
Merge pull request #31 from bwhaley/nocache More... over 11 years ago
Add nocache build option More... over 11 years ago
Merge branch 'master' of https://github.com/dotcloud/docker-py More... over 11 years ago
Use tempfiles instead of memfiles for build contexts More... over 11 years ago
Merge pull request #29 from raphdg/fix_shlex More... over 11 years ago
Fixed python26 shlex split of unicode strings. More... over 11 years ago
Bumped to 0.1.4 More... over 11 years ago
Merge pull request #28 from dotcloud/17-add-unix-socket More... over 11 years ago
made unix sockets the default configuration and usage for the client library to reflect the changes made in 0.5.2. this change uses the hook in the requests Sessions object to associate unix:// paths with a set of custom pools and connections. the goal was to patch with as much reuse and interface compatibility to make the changes seamless to the end-user and so as to not introduce regressions on existing functionality. More... over 11 years ago
Add Apache 2.0 License More... over 11 years ago
Bumped version to 0.1.3 More... over 11 years ago
Docker client now tries to load the auth config. This is necessary to use the push command if API version is >1.0 More... over 11 years ago
Fixed tests More... over 11 years ago
Bumped version More... over 11 years ago
Added 'quiet' param to Client.build More... over 11 years ago
Bumped version More... over 11 years ago
Merge pull request #22 from keeb/fix-portspec-gh21 More... over 11 years ago
fix gh#21 - 0.5.0 portspec changes break client.port() resulting in KeyError More... over 11 years ago
Merge branch 'master' of https://github.com/dotcloud/docker-py More... over 11 years ago
Removed tar contents printing in Client._tar More... over 11 years ago
README.md: Client class is in the docker package More... over 11 years ago
Bumped version More... over 11 years ago
Updated README More... over 11 years ago
Updated ChangeLog More... over 11 years ago
Added version param in constructor to simplify use of different versions of the Docker API More... over 11 years ago