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
Victor Vieux
0c5443571d
1 or 0 -> 1/True/true or 0/False/false
2013-05-16 13:45:29 +00:00
Thatcher
6677c7964a
Merge pull request #620 from dhrp/documentation-review
...
Pulling the installation documentation update. Includes some timely fixes of broken links.
2013-05-15 20:12:09 -07:00
Thatcher Peskens
8454a86e97
Mostly changes to the html, moved pages, fixed links.
...
* Moved the introduction page to the en/latest/index.html home of the documentation and pointed all links there
* Fixed a broken link from+to homepage
* Fixed the javascript of the documentation navigation to allow expand and collapse multiple times.
* Fixed the one typo Andy pointed out
2013-05-15 20:00:20 -07:00
Guillaume J. Charmes
fef816163c
Merge pull request #618 from titanous/cleanup
...
Misc. cleanup
2013-05-15 18:05:31 -07:00
Guillaume J. Charmes
f53ec3373d
Merge pull request #604 from dotcloud/603-docker-ci
...
+ Buildbot: testing; issue #603 : Create AWS testing buildbot instance for docker CI
2013-05-15 18:05:02 -07:00
Guillaume J. Charmes
0ad34c6cd5
Merge pull request #605 from dotcloud/251-packaging-debian
...
* Packaging: packaging-debian; issue #251 : Update files for prerelease
2013-05-15 18:04:26 -07:00
Guillaume J. Charmes
acf1d5bf0e
Merge pull request #592 from dotcloud/refactor_commands_object-feature
...
* Runtime: refactor commands.go into an object, will be easier for tests
2013-05-15 18:03:30 -07:00
Guillaume J. Charmes
d8bf5af79b
Merge pull request #578 from dotcloud/registry-update-tests
...
+ Registry: Allow INDEX override
2013-05-15 18:00:13 -07:00
Guillaume J. Charmes
7cd7dcda0b
Merge pull request #608 from dotcloud/split_subpackage
...
* Project: Split the project into sub-packages
2013-05-15 17:59:10 -07:00
Guillaume J. Charmes
1b04ccf62c
Disable registry unit tests
2013-05-15 17:57:53 -07:00
Guillaume J. Charmes
10f5b6486c
Update utils_test.go
2013-05-15 17:46:01 -07:00
Guillaume J. Charmes
822cf67dae
Remove test file
2013-05-15 17:44:37 -07:00
Guillaume J. Charmes
f3bab52df4
Move getKernelVersion to utils package
2013-05-15 17:40:47 -07:00
Guillaume J. Charmes
10e19e4b97
Update tests to reflect new AuthConfig
2013-05-15 17:31:11 -07:00
Guillaume J. Charmes
95dd6d31a4
Move authConfig from runtime to registry
2013-05-15 17:17:33 -07:00
Thatcher Peskens
b5c1b17b50
Updated getting started on website.
2013-05-15 16:19:18 -07:00
Thatcher Peskens
2ebbd2d636
Clean up of unnecessary files.
2013-05-15 16:13:20 -07:00
Thatcher Peskens
ce35f5d899
Updated the entire installation section text, checked everything, cleaned up rackspace installation.
2013-05-15 16:11:59 -07:00
Guillaume J. Charmes
bb85ce9aff
Allow to change login
2013-05-15 13:39:24 -07:00
Guillaume J. Charmes
dc9d6c1c1f
Upload images only when necessary
2013-05-15 13:22:57 -07:00
Jonathan Rudenberg
aa0d40747c
Remove broken, redundant struct tag
2013-05-15 16:02:24 -04:00
Jonathan Rudenberg
3a339b2bb3
Update AUTHORS
2013-05-15 15:57:21 -04:00
Jonathan Rudenberg
52ef89f9c2
Fix mistaken call to fmt.Println
2013-05-15 15:52:19 -04:00
Jonathan Rudenberg
04748a7766
Fix logic flaw in builder.mergeConfig
2013-05-15 15:51:04 -04:00
Guillaume J. Charmes
97880a223e
Move httpClient within registry object
2013-05-15 19:22:08 +00:00
Guillaume J. Charmes
2f4de3867d
Reenable docker push
2013-05-15 19:21:37 +00:00
Guillaume J. Charmes
398a6317a0
Remove stdout from registry
2013-05-15 18:50:52 +00:00