Commit Graph

96 Commits

Author SHA1 Message Date
Maxime Petazzoni 0e202f9bb9 README.md formatting changes
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
2013-12-13 13:55:15 -08:00
shin- 64781888e0 Merge branch 'privilege' of github.com:yukw777/docker-py into yukw777-privilege
Conflicts:
	README.md
	tests/test.py
2013-12-13 15:46:54 +01:00
shin- 89f2c58918 Improved port binding conversion rules, fixed bugs, added unit tests 2013-12-09 17:45:12 +01:00
shin- e00a7e986a Simplified port bindings and volume mapping 2013-12-06 21:00:44 +01:00
Peter Yu 26f6f2bc40 rebased and updated the README 2013-12-06 15:31:15 +00:00
Joris van de Donk 7ae66d5ff4 Update README.md
Derp. Removed extra space.
2013-12-06 15:31:15 +00:00
Joris van de Donk ed45f1fd1b Fix readme.md documentation for the 'volume' arg in create_container
Correct syntax is volumes={"/some/mount/point": {}}, not volumes={"/some/mount/point": ""}.
2013-12-06 15:31:15 +00:00
Joris van de Donk ede504d85f Update README.md
Derp. Removed extra space.
2013-12-04 22:04:25 +01:00
Joris van de Donk 5e13a9f0ef Fix readme.md documentation for the 'volume' arg in create_container
Correct syntax is volumes={"/some/mount/point": {}}, not volumes={"/some/mount/point": ""}.
2013-12-04 21:57:25 +01:00
shin- 35d3a3c977 Merge branch 'timeout-support' of github.com:mpetazzoni/docker-py into mpetazzoni-timeout-support
Conflicts:
	docker/client.py
	tests/integration_test.py
	tests/test.py
2013-11-15 21:44:18 +01:00
Daniel Graña 8561544e30 Add signal argument to kill command 2013-11-14 10:43:57 -02:00
Andrew T. Baker 7bbeca8b9f Adds missing comma in start ports dict 2013-11-09 15:36:35 -05:00
Maxime Petazzoni a451119e4a Allow for configurable timeout on all client requests
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
2013-11-08 15:19:51 -08:00
shin- 78667c19a8 Merge branch 'named-container-create' of github.com:mpetazzoni/docker-py into mpetazzoni-named-container-create 2013-11-08 19:28:35 +01:00
shin- f6159b5593 Fixed lxc_conf param in Client.start to accept dict configurations. Fixes #84 2013-11-08 18:58:10 +01:00
Ulises Reyes 674fe91451 Added example to the lxc_conf argument in the start command 2013-11-06 21:23:35 -05:00
Maxime Petazzoni f344d8e65f Support naming containers when creating them
Add support for passing in the name parameter to the call to
/containers/create to name the created container (API v1.6 feature).

Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
2013-11-06 17:02:38 -08:00
Roberto Aguilar f62cee4451 Updated README to include /tcp in port binding doc 2013-11-04 15:03:06 -08:00
Roberto Aguilar 6047c581df Updated README 2013-11-04 14:45:13 -08:00
shin- 28b262337a Bumped version to 0.2.2 2013-10-24 18:36:37 +02:00
Joffrey F c31fcaf163 Added travis build status to README 2013-10-15 21:22:04 +02:00
shin- 07d791d50c Moved docstrings into README.md for consistency. 2013-10-14 16:39:52 +02:00
Joffrey F fadc6f2f42 Merge pull request #56 from kiorky/import_image_tarball
support tarball imports
2013-09-30 09:04:07 -07:00
Mathieu Le Marec - Pasquet 2ecc7990cb support tarball imports 2013-09-30 18:00:06 +02:00
Joffrey F 3288e9f9b0 Merge pull request #51 from webitup/master
Support the "-rm" parameter for the build method
2013-09-30 08:47:25 -07:00
micahhausler 1ca7f2370a Removed unused param 2013-09-29 17:19:52 -04:00
dmp 8c3900ecc5 Update README (rm param in build method) 2013-09-28 15:49:01 +02:00
shin- cf2da51425 Fixed doc for Client.start 2013-09-18 14:14:39 +02:00
shin- 8b83cf033d Fixed typos in README 2013-09-14 00:58:17 +02:00
shin- e07e0599e8 Added lxc_conf param to Client.start 2013-09-12 00:28:11 +02:00
shin- e2e5b9e0fd Merge branch 'master' into 0.2.0-dev 2013-09-12 00:00:06 +02:00
shin- c8e5a6dab1 Methods that previously supported multi-args are now single-argument. Doc and tests updated accordingly. 2013-09-11 23:44:58 +02:00
Deni Bertovic 6c616792d4 updated README 2013-09-04 23:46:45 +02:00
Evan Hazlett ea087b7b15 added privileged container support 2013-08-30 09:35:09 -04:00
shin- 3a8b40c19b Bumped version to 0.1.5 2013-08-28 18:23:55 +02:00
Ben Whaley 3f00c059d4 Add nocache build option 2013-08-14 16:48:54 -07:00
shin- c31ce82d2c Bumped to 0.1.4 2013-08-13 20:05:13 +02:00
shin- 1b0af1d196 Bumped version to 0.1.3 2013-08-06 20:00:44 +02:00
shin- a12432fba2 Added 'quiet' param to Client.build 2013-07-25 18:27:44 +02:00
Joffrey F 9a15b6597c README.md: Client class is in the docker package 2013-07-16 18:38:51 +02:00
shin- 50b391e8af Updated README 2013-07-16 18:09:14 +02:00
Joffrey F 2ece148452 Fixed: missing linebreak 2013-07-12 15:47:37 +02:00
Enrico be5347533d Fixed whitespaces on readme and removed makefile references. 2013-07-11 17:54:36 -03:00
Enrico 76d2aa06da Added documentation about the `binds` argument in the `start` method. 2013-07-05 15:53:53 -03:00
Enrico 7f458a3232 Added testing info to readme. 2013-07-05 11:05:59 -03:00
Joffrey F 99f1cfe547 Added README.md 2013-05-15 22:07:46 +03:00