Daniel Mizyrycki
9e3d18e606
Merge pull request #1388 from titanous/revert-vagrant-bind
...
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304"
2013-08-02 15:26:05 -07:00
Guillaume J. Charmes
3e9575e275
Consider empty /etc/resolv.conf as local dns + add unit test
2013-08-02 15:23:36 -07:00
Jonathan Rudenberg
07fee44559
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304"
...
This reverts commit bdc79ac8b2
.
2013-08-02 19:18:02 -03:00
Joe Van Dyk
b6bff0cbb1
Update amazon.rst to explain that Vagrant is not necessary for running Docker on ec2
2013-08-02 15:10:57 -07:00
Guillaume J. Charmes
ead7eb619e
Merge pull request #1384 from crosbymichael/1326-build-without-cache
...
* Builder: Add no cache for docker build
2013-08-02 14:38:34 -07:00
Guillaume J. Charmes
29de2432ea
Merge pull request #1350 from ndarilek/1348-add-hostname-to-environment
...
Runtime: add hostname to environment
2013-08-02 13:58:43 -07:00
Guillaume J. Charmes
ffcba1236c
Merge pull request #1117 from dotcloud/add_last_version-feature
...
Add last stable version in `docker version`
2013-08-02 13:53:33 -07:00
Guillaume J. Charmes
0f088d28c5
Merge pull request #1336 from dotcloud/fix_ADD_permissions
...
Builder: Make sure ADD will create everything in 0755
2013-08-02 13:52:19 -07:00
Daniel Mizyrycki
16917275ee
Merge pull request #1346 from dotcloud/1117-update_latest_in_dockerbuilder
...
update http://get.docker.io/latest
2013-08-02 13:51:23 -07:00
Andy Rothfusz
09ab2bfa1d
Merge pull request #1343 from dotcloud/ufw_doc
...
Add ufw doc
2013-08-02 13:33:26 -07:00
Michael Crosby
b9f0695924
Add unit tests for build no cache
2013-08-02 19:12:38 +00:00
Nan Monnand Deng
7bade49d4c
update auth_test.go
2013-08-02 14:08:16 -04:00
Michael Crosby
3a123bc479
Add no cache for docker build
...
Add a new flag to disable the image cache when building images.
2013-08-02 16:18:54 +00:00
Nan Monnand Deng
5bc344ab73
factory generated from one place.
2013-08-02 04:10:26 -04:00
Nan Monnand Deng
4bd287e107
auth with user agent
2013-08-02 03:30:45 -04:00
Nan Monnand Deng
6a56b7b391
Server now use request factory
2013-08-02 03:23:46 -04:00
Nan Monnand Deng
7dac26ce69
reqFactory in Registry
2013-08-02 03:08:08 -04:00
Nan Monnand Deng
793fd983ef
http utils
2013-08-02 02:47:58 -04:00
Tobias Schmidt
2424480e2c
Move note about officially supported kernel
...
It seems this a general note about kernel issues and not specific to Cgroups or namespaces.
2013-08-02 12:24:38 +07:00
Guillaume J. Charmes
f5a8e90d10
Make sure the routes IP are taken into consideration + add unit test for network overlap detection
2013-08-01 18:12:39 -07:00
Daniel Mizyrycki
2e7df5182c
testing, issue #1331 : Add registry functional test to docker-ci
2013-08-01 17:48:17 -07:00
Daniel Mizyrycki
ea2486d631
Merge pull request #1333 from dotcloud/1331-testing-registry
...
testing, issue #1331 : Add registry functional test to docker-ci
2013-08-01 16:00:29 -07:00
Steeve Morin
2e72882216
Handle ip route showing mask-less IP addresses
...
Sometimes `ip route` will show mask-less IPs, so net.ParseCIDR will fail. If it does we check if we can net.ParseIP, and fail only if we can't.
Fixes #1214
Fixes #362
2013-08-01 02:42:22 +02:00
Thatcher
d1e1a8e78c
Merge pull request #1365 from dhrp/solve-logo-squish
...
Solved the logo being squished in Safari
2013-07-31 15:06:26 -07:00
Thatcher
ad3b091d53
Some more improvements on the docs readme. Removed references to website.
2013-07-31 13:59:56 -07:00
Thatcher Peskens
26229d78f2
Updated docs README with instructions to preview the generated manfile, and where to get the one generated by sphinx.
2013-07-31 13:44:10 -07:00
Thatcher Peskens
e0c24ccfc3
Solved the logo being squished in Safari
2013-07-31 12:17:42 -07:00
Guillaume J. Charmes
3b89d13aaf
Bump to v0.5.1
2013-07-31 10:53:36 -07:00
Victor Vieux
108635582f
rebase master
2013-07-31 15:32:08 +00:00
Victor Vieux
0c0077ed6f
Merge pull request #1328 from dotcloud/1307_url_port_delete-fix
...
Use utils.ParseRepositoryTag instead of strings.Split(name, ":") in server.ImageDelete
2013-07-31 07:55:06 -07:00
Nolan
9a604acc23
Add hostname to the container environment.
2013-07-31 09:50:53 -05:00
Victor Vieux
cd9f7f29d1
Merge pull request #1334 from dotcloud/1314-compat_broke-fix
...
Discard error when loading old container format
2013-07-31 01:08:08 -07:00
Victor Vieux
a7068510a5
fix same issue in api.go
2013-07-31 08:01:20 +00:00
Victor Vieux
73c6d9f135
improve tests
2013-07-31 07:56:53 +00:00
Michael Crosby
3043c26419
Return registy status code in error
...
Added Details map to the JSONMessage
2013-07-30 23:24:31 +00:00
Victor Vieux
e66e0289ab
update http://get.docker.io/latest
2013-07-30 17:18:19 +00:00
Victor Vieux
6166380d76
rebase master
2013-07-30 16:51:50 +00:00
Victor Vieux
e4752c8c1a
Add check that the request is good
2013-07-30 16:42:32 +00:00
Victor Vieux
99c27fa0dd
Merge branch 'master' into add_last_version-feature
2013-07-30 16:23:06 +00:00
Victor Vieux
d5a57a4b5e
Merge pull request #1344 from dotcloud/refactor_checksum_tests
...
fix tests about refactor checksums
2013-07-30 06:13:49 -07:00
Victor Vieux
b14c251862
fix tests about refactor checksums
2013-07-30 13:13:18 +00:00
Victor Vieux
bcd6ca3685
Merge pull request #1268 from dotcloud/refactor_checksum
...
Refactor checksum
2013-07-30 06:07:54 -07:00
Victor Vieux
16225c473f
Merge pull request #1291 from dotcloud/ensure_mount_commit
...
*Builder: Allow the commit of a non-started container
2013-07-30 05:19:17 -07:00
Victor Vieux
46f59dd933
add parallel pull to 1.4
2013-07-30 12:15:33 +00:00
Victor Vieux
e1fa989ec9
rebase master
2013-07-30 11:59:31 +00:00
Victor Vieux
dd2f0d89bf
Merge pull request #1238 from dotcloud/1237-improve_docker_top-feature
...
*Client: add ps args to docker top
2013-07-30 04:54:44 -07:00
Victor Vieux
0b57e4483a
Merge branch 'master' into 1237-improve_docker_top-feature
2013-07-30 11:51:16 +00:00
Victor Vieux
7d0b8c726c
add ufw doc
2013-07-30 13:47:29 +02:00
Victor Vieux
f2dc49292f
Merge pull request #1342 from dsissitka/patch-4
...
Fixed a couple of minor syntax errors.
2013-07-30 04:20:05 -07:00
Victor Vieux
a7ace535c3
Merge pull request #1339 from dhrp/docker-run-d-description
...
Updated the description of run -d
2013-07-30 04:15:41 -07:00