Guillaume J. Charmes
|
e6e13d6ade
|
Merge pull request #658 from dotcloud/builder_client_doc
Builder client doc
|
2013-05-20 18:14:44 -07:00 |
Guillaume J. Charmes
|
3f22842542
|
Remove no longer needed tests
|
2013-05-20 17:54:54 -07:00 |
Guillaume J. Charmes
|
218812eb3c
|
Update docker builder doc
|
2013-05-20 17:52:39 -07:00 |
Guillaume J. Charmes
|
d37dea318e
|
Merge pull request #653 from dotcloud/builder_client
* Builder: Move the Builder to the client
|
2013-05-20 17:50:17 -07:00 |
Guillaume J. Charmes
|
49505c599b
|
Fix an issue trying to pull specific tag
|
2013-05-20 17:30:33 -07:00 |
Guillaume J. Charmes
|
f35f084059
|
Use pointers for the object methods
|
2013-05-20 16:35:28 -07:00 |
Eric Hanchrow
|
3a9ef5f9bb
|
Install curl; nix stray backslash; use proper IP address
|
2013-05-20 16:31:39 -07:00 |
Guillaume J. Charmes
|
0d2fb29537
|
Merge fix
|
2013-05-20 16:21:35 -07:00 |
Guillaume J. Charmes
|
13e687e579
|
Allow multiple syntaxes for CMD
|
2013-05-20 16:00:51 -07:00 |
Guillaume J. Charmes
|
b06784b0dd
|
Make docker client an interface
|
2013-05-20 16:00:16 -07:00 |
Guillaume J. Charmes
|
d756ae4cb3
|
Tag all images after pulling them
|
2013-05-20 15:19:05 -07:00 |
Guillaume J. Charmes
|
c6bc90d02d
|
Isolate run() from commit
|
2013-05-20 15:02:32 -07:00 |
Guillaume J. Charmes
|
b51303cddc
|
Make sure to have a command to execute upon commit
|
2013-05-20 13:50:50 -07:00 |
Guillaume J. Charmes
|
c2a14bb196
|
Add "Cmd" prefix to builder instructions
|
2013-05-20 12:09:15 -07:00 |
Victor Vieux
|
67b20f2c8c
|
add check to see if the image isn't parent of another and add -f to force
|
2013-05-20 18:31:45 +00:00 |
Guillaume J. Charmes
|
bebbbf914b
|
Merge pull request #625 from dotcloud/remove-hijack
Remove hijack from api when not necessary
|
2013-05-20 11:27:07 -07:00 |
Guillaume J. Charmes
|
372d81c325
|
Merge remove-hijack
|
2013-05-20 11:07:34 -07:00 |
Guillaume J. Charmes
|
ae9d7a5167
|
Avoid cast each write for flusher
|
2013-05-20 10:58:35 -07:00 |
Guillaume J. Charmes
|
0bb54813d4
|
Merge pull request #652 from unclejack/fix-compilation-on-linux
fix compilation on linux
|
2013-05-20 10:55:17 -07:00 |
unclejack
|
1b007828c9
|
fix compilation on linux
|
2013-05-20 20:43:09 +03:00 |
Guillaume J. Charmes
|
98b0fd173b
|
Make the printflfush an interface
|
2013-05-20 10:22:50 -07:00 |
Guillaume J. Charmes
|
2879ef4642
|
Merge pull request #639 from fsouza/fix-utils-darwin
utils: fix compilation on Darwin
|
2013-05-20 10:10:30 -07:00 |
Ken Cochrane
|
b3101beb47
|
Merge pull request #645 from fsouza/fix-api-docs
- Documentation: remove trunc_cmd from /containers/ps example no longer needed.
|
2013-05-20 07:52:22 -07:00 |
Ken Cochrane
|
580df1dfc6
|
Merge pull request #646 from kirang89/master
- Documentation: Fixed typos in README
|
2013-05-19 16:53:33 -07:00 |
Guillaume J. Charmes
|
0f312113d3
|
Move docker build to client
|
2013-05-19 10:46:24 -07:00 |
Kiran Gangadharan
|
0b785487fe
|
Fixed typos
|
2013-05-19 21:04:34 +05:30 |
Francisco Souza
|
8291f8b85c
|
docs/remote_api: remove trunc_cmd from /containers/ps example
Apparently, this parameter does not exist anymore.
|
2013-05-19 11:57:45 -03:00 |
Ken Cochrane
|
6471fd3825
|
Merge pull request #644 from philspitler/master
- Documentation: Fixed typo in remote api docs
|
2013-05-19 06:41:26 -07:00 |
Phil Spitler
|
ea7fdecd41
|
Fixed typo in remote API doc
|
2013-05-19 09:37:02 -03:00 |
Francisco Souza
|
2b55874584
|
utils: fix compilation on Darwin
Although Docker daemon does not work on Darwin, the API client will have
to work. That said, I'm fixing the compilation of the package on Darwin.
|
2013-05-19 00:02:42 -03:00 |
Ken Cochrane
|
66e9f155c3
|
Merge pull request #632 from jpetazzo/626-kernel-docs
+ Documentation: Added a section for Kernel requirements to the Docker Docs.
|
2013-05-18 07:53:45 -07:00 |
Victor Vieux
|
6102552d61
|
Merge branch 'master' into 610-improve_rmi-feature
|
2013-05-18 14:29:37 +00:00 |
Victor Vieux
|
d7673274d2
|
check if the image to delete isn't parent of another
|
2013-05-18 14:29:32 +00:00 |
Victor Vieux
|
0143be42a1
|
add flush after each write when needed
|
2013-05-18 14:03:53 +00:00 |
Thatcher Peskens
|
537cce16f2
|
Added a "we are hiring" to the frontpage of the docker website, and fixed two broken links in the docs.
|
2013-05-17 19:35:46 -07:00 |
Jérôme Petazzoni
|
6301373c68
|
Add some details about pre-3.8 kernels
|
2013-05-17 18:58:00 -07:00 |
Jérôme Petazzoni
|
72360b2cdf
|
Add information about kernel requirements
This page will be helpful for people who:
- want run run a custom kernel
- want to enable memory/swap accounting on Debian/Ubuntu
|
2013-05-17 18:57:56 -07:00 |
Ken Cochrane
|
45c5180516
|
Merge pull request #631 from garethr/puppet_usage_docs
+ Documentation: Added a section on how to use Docker with puppet.
|
2013-05-17 13:43:17 -07:00 |
Victor Vieux
|
f01990aad2
|
fix
|
2013-05-17 17:57:44 +00:00 |
Guillaume J. Charmes
|
ffb38ce0ad
|
Merge pull request #633 from dotcloud/fix_insert
Fix insert
|
2013-05-17 10:16:03 -07:00 |
Victor Vieux
|
3703a65405
|
fixed insert
|
2013-05-17 17:09:09 +00:00 |
Gareth Rushgrove
|
55dd0afb5d
|
add instructions for using docker with puppet
|
2013-05-17 17:08:37 +01:00 |
Victor Vieux
|
1b0b962b43
|
add login check before pull user's repo
|
2013-05-17 13:23:12 +00:00 |
Guillaume J. Charmes
|
08121c8f6b
|
Update Push to reflect the correct API
|
2013-05-16 14:33:29 -07:00 |
Guillaume J. Charmes
|
6145812444
|
Update tests to reflect new behavior
|
2013-05-16 14:33:10 -07:00 |
Guillaume J. Charmes
|
f498dd2a2b
|
- Registry: Fix issue preventing to pull specific tag
|
2013-05-16 12:29:16 -07:00 |
Guillaume J. Charmes
|
f29e5dc8a1
|
Remove hijack from api when not necessary
|
2013-05-16 12:09:06 -07:00 |
Guillaume J. Charmes
|
db1e965b65
|
Merge fixes + cleanup
|
2013-05-16 11:27:50 -07:00 |
Guillaume J. Charmes
|
2ae8aaa106
|
Merge branch 'master' into 610-improve_rmi-feature
|
2013-05-16 11:15:16 -07:00 |
Guillaume J. Charmes
|
e86fe7e5af
|
Merge pull request #622 from dotcloud/616-support_wider_range_bool-feature
* API: Support wider range of bool parameters in the api: 1 or 0 -> 1/True/true or 0/False/false
|
2013-05-16 10:37:23 -07:00 |