French Ben
816ce62ad5
Added quotes for curling
...
Signed-off-by: French Ben <frenchben@docker.com >
2017-02-23 15:15:28 -08:00
Justin Cormack
e0db9f1074
Update Docker to 17.03.0-ce-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-20 10:52:41 +00:00
Justin Cormack
f290333c48
Do not try to run metrics proxy when not configured
...
Failure test case was not correct; printed a (harmless) error message
that was confusing.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-09 13:58:03 +00:00
Justin Cormack
533a8d48fe
Update Docker to 1.13.1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-08 09:34:57 +00:00
Riyaz Faizullabhoy
fc6917ca65
Merge pull request #1144 from riyazdf/1.13.1-rc2-bump
...
1.13.1-rc2 docker bump
2017-02-06 21:50:35 -08:00
Riyaz Faizullabhoy
48ab5cdc82
1.13.1-rc2 docker bump
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-02-02 09:33:46 -08:00
Justin Cormack
f13dec41d0
Forward Prometheus metrics to host if enabled
...
Set your daemon.json to something like:
```
{
"experimental": true,
"metrics-addr": "0.0.0.0:4999"
}
```
and your metrics will be at `localhost:4999/metrics`
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-02 11:51:24 +00:00
Justin Cormack
94c3564c44
Update to Docker 1.13.1-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-28 10:16:15 +00:00
Justin Cormack
3e807fc7a0
Do not try to use aufs if kernel has no support
...
This happens with the Moby mainline kernel and in future when we drop aufs.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-20 15:36:51 +00:00
Justin Cormack
66348fda2a
Update Docker to 1.13.0
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-18 16:14:17 +00:00
Justin Cormack
8c1581bc39
Update Docker to 1.13.0-rc7
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-13 21:48:21 +00:00
Justin Cormack
f419265794
Update Docker engine to 1.13.0-rc6
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-11 22:26:22 +00:00
Justin Cormack
16b941fb68
Update docker to 1.13.0-rc5
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-05 09:28:02 +00:00
Justin Cormack
76d376f7cc
Add a build flag to build from master
...
This donwloads from master.dockerproject.org and fixes up the
different URL structure.
Use `make DOCKER_VERSION=master`
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-28 18:33:29 +00:00
David Gageot
614a363ab9
Specific init.d script for GCP
...
Signed-off-by: David Gageot <david@gageot.net >
2016-12-23 12:03:20 +01:00
Justin Cormack
a345f6e23e
Support Docker 1.12 on OSX
...
I had occasion to use a Moby build of 1.12 on Docker for Mac today
and I had to patch this in. Given that we re-added support for 1.12
for cloud, for CS, may as well support on OSX too as we are still
doing releases.
The fix is a bit messy (hence the flag), as it writes to the file
system but we will remove it later, or work around the write if
we need to continue to support 1.12 outside the 1.12.x branch.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-17 00:02:45 -08:00
Justin Cormack
7471ecc9ec
Update Docker to 1.13.0-rc4
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-16 21:40:38 -08:00
Justin Cormack
46dfc28a3a
Only default to experimental if dockerd supports it
...
This allows 1.12 engine to still be supported on master.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-13 14:45:13 -08:00
Justin Cormack
5503a0c966
Update Docker to 1.13.0-rc3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-05 20:31:16 -08:00
Nathan LeClaire
3a4c93118c
Merge pull request #746 from justincormack/no-2375
...
Stop Docker listening on port 2375
2016-12-05 13:43:36 -08:00
Riyaz Faizullabhoy
49a2fc6017
Use DCT in library run command
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2016-12-01 09:27:01 -08:00
Justin Cormack
8ccb1bfdb3
Remove last references to EXPERIMENTAL
...
Only support 1.13 now, experimental is a runtime flag.
see #647
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-24 13:37:07 +00:00
Justin Cormack
8d7957951c
Update to Docker 1.13.0-rc2
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-23 21:40:23 +00:00
Justin Cormack
d1a1d7846b
Update Docker init script for 1.13
...
- never update root filesystem see #583
- remove tests for earlier docker versions
- only use iptables override on desktop
fix #753
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-21 21:15:24 +00:00
Justin Cormack
a85dbe129d
Use syslog local0 for docker logs
...
This allows log rotation, redirect via syslog etc.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-18 16:23:41 +00:00
Justin Cormack
a0bddd4f54
Merge pull request #743 from justincormack/no-bind-log
...
Do not try to bind mount logs onto host on osx
2016-11-18 10:43:50 +00:00
Justin Cormack
b5d7cc306c
Default to experimental if not specified in daemon.json
...
Most editions were shipping with experimental; now it is a daemon
flag this seems the best behaviour.
Only do this on recent dockerd as we are still supporting 1.12 for
a while longer.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-17 20:46:44 +00:00
Justin Cormack
e472be621f
Stop Docker listening on port 2375
...
This is a huge security hole, remove from Moby.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-16 21:55:42 +00:00
Justin Cormack
040d6faeab
upgrade Docker to 1.13.0-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-16 16:48:26 +00:00
Justin Cormack
78d0f03b65
Do not try to bind mount logs onto host on osx
...
This is not working well, and was binding over the logs, and losing
logs. We need a uniform approach on all platforms, planned to be
syslog.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-16 16:08:03 +00:00
Justin Cormack
00ee4be2b5
remove completion directory from newer docker downloads
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-14 11:00:28 +00:00
Justin Cormack
c758ca67ce
make curl fail on 404
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-01 13:58:02 +00:00
Justin Cormack
30dff6a0f4
Add dependency to Makefile for Docker
...
The Docker version is in the Makefile su always re-upload if changed.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-27 11:29:31 +01:00
Justin Cormack
a25973608e
update Docker to 1.12.3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-27 09:14:20 +01:00
Justin Cormack
f625a63084
Update to docker 1.12.3-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-25 10:06:52 +01:00
Justin Cormack
0b41443ae3
remove temporary force curl before hub updated
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-14 21:58:30 +01:00
Justin Cormack
310a0af538
Increase default memlock ulimit
...
Fix #610
Users can override, but the default is low.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-14 11:27:45 +01:00
Justin Cormack
1d5f679746
Default to overlay2
...
If there is no storage-driver set in daemon.json and no
aufs directory in the docker directory, use overlay2 as the storage
driver.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-13 16:08:20 +01:00
Justin Cormack
be7fcd72f4
temporarily force curl as image not yet available
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-12 00:48:18 +01:00
Justin Cormack
71ec0982ce
Update Docker to 1.12.2
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-11 19:26:45 +01:00
Justin Cormack
8106f7a174
Make the Docker download more robust to pipefail errors
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-11 19:26:45 +01:00
Justin Cormack
64fd8d7a5c
Update docker to 1.12.2-rc3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-08 13:00:15 +02:00
Justin Cormack
09ad0a2aa2
update Docker to 1.12.2-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-28 08:51:07 +01:00
Justin Cormack
3bb527c6bb
Fix code for downloading Docker for release candidates
...
These always need to be downloaded with curl.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-27 22:26:29 +01:00
Justin Cormack
ff744d8acc
fix checking for debug key exists
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-26 22:24:48 +01:00
Justin Cormack
c001ded03b
Copy docker-init if present
...
Fix #552
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-23 18:11:05 +01:00
Justin Cormack
f19a699715
Add support for running a development bundle of Docker
...
Add a database key `bundle` that contains a path to a Docker dev
bundle eg `/.../docker/bundles/1.13.0-dev` where the docker
binaries to run can be found. This will be paired with a script
in `docker/docker` to set this key, so users can easily help
contribute to Docker development.
The change will be permanent until the key is removed or a factory
reset is done, or the bundle cannot be found.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-13 22:46:27 +01:00
Justin Cormack
a1f78bf3c9
rm docker container used for binary extraction
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-12 16:37:24 +01:00
Justin Cormack
bba6934f22
for release docker binaries we can fetch from docker hub rather than curl, so will be cached
...
Allow override in case docker images not released
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-12 16:36:01 +01:00
Justin Cormack
c51a0b831e
Simplify kernel output and main Dockerfile
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com >
2016-09-12 16:02:07 +01:00