David Scott
c627c0e643
docker: compile from scratch rather than download binaries
...
A later patch will apply a non-upstream patch to docker.
Signed-off-by: David Scott <dave.scott@docker.com >
2016-04-04 12:41:45 +01:00
Justin Cormack
cedc6faa6e
make tar more correct, by defining z
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-04-04 12:20:18 +01:00
Justin Cormack
73c6cb0593
fix typo in tar extract
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-04-04 12:13:45 +01:00
Justin Cormack
e851bacbd6
Increase p and n ulimits to match boot2docker, fixes #64
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-04-04 11:44:27 +01:00
Justin Cormack
d29278ba32
clean up unpacking docker rc3 bundle
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-04-03 09:34:01 +01:00
Justin Cormack
5057a0cc54
update to docker 1.11.0-rc3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-04-02 09:12:20 +01:00
Justin Cormack
a187d2e5f4
Support for 1.11.0-rc2, fix #57
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-31 18:54:05 +01:00
Justin Cormack
4dec575407
switch root to a tmpfs filesystem, so pivot_root works, should make #57 work now
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-29 22:09:23 +01:00
Justin Cormack
43de87bed7
clean up log transfer
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-18 11:20:28 +00:00
Justin Cormack
f0ff62fbe2
fix typo properly
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-17 19:47:14 +00:00
Justin Cormack
c18749b761
typo
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-17 18:27:42 +00:00
Justin Cormack
65c187a0dd
shift logs to host before docker startup, keep old logs
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-17 15:27:50 +00:00
Justin Cormack
c22d1f36a6
add log message for starting docker
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-17 14:28:55 +00:00
Justin Cormack
7bc1c77482
clean up download to make sure errors correctly
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-15 15:45:43 +00:00
Justin Cormack
5d6f234057
fix docker pidfile, may resolve #44
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-11 11:52:24 +00:00
Justin Cormack
ae984a50a1
update to docker 1.10.3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-10 22:08:48 +00:00
Justin Cormack
e003a56326
clean up docker init
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-04 11:50:28 +00:00
Justin Cormack
e9216cc716
Do not write ip address to database, no longer needed.
...
See discussion in #39 .
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-03-04 10:43:01 +00:00
David Scott
076fcce176
Add debugging around writing the "ip" file
...
If writing the "ip" file doesn't happen, this should show the reason
why.
Related to #39
Signed-off-by: David Scott <dave.scott@docker.com >
2016-03-01 09:21:28 +00:00
Justin Cormack
5dd093656f
Revert "set debug mode on docker daemon"
...
This reverts commit 52cce5311a .
2016-02-24 16:18:47 +00:00
Justin Cormack
12389cd8cc
set debug mode on docker daemon
...
See https://github.com/docker/pinata/issues/827
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-24 14:24:58 +00:00
Justin Cormack
d0ec243663
update to 1.10.2
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-22 23:25:06 +00:00
Justin Cormack
d1081e6b6e
output that we are shutting down docker
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-19 16:59:38 +00:00
Justin Cormack
f0afaf3074
#35 somewhat hacky patch for fast shutdown, just sync filesystems and halt after docker shutdown
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-19 14:53:23 +00:00
Justin Cormack
d054f4392d
use driverDir not groupDir
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-18 11:19:52 +00:00
Dave Scott
fe94f5992a
Merge pull request #31 from djs55/remove-driverDir
...
Remove driverDir, use groupDir
2016-02-17 15:52:21 +00:00
Justin Cormack
d23dada888
bind mount at docker start
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-17 14:17:40 +00:00
David Scott
5da9891c8b
docker: write ip in groupDir, not driverDir
...
Signed-off-by: David Scott <dave.scott@docker.com >
2016-02-17 13:49:41 +00:00
Justin Cormack
2b959f22c6
Merge pull request #30 from djs55/avoid-socket9p
...
Use IP rather than socket9p for the docker socket
2016-02-15 15:15:25 +00:00
David Scott
9c5470ca87
Use IP rather than socket9p for the docker socket
...
Before this patch, docker would only listen on 0.0.0.0:2375 if running
on Hyper-V. This patch makes it listen there on all hypervisors.
In the case of xhyve, it will listen on the host internal vmnet network
or the virtual slirp network. We should aim to replace this with a socket-
based transport instead.
Signed-off-by: David Scott <dave.scott@docker.com >
2016-02-15 15:10:20 +00:00
David Sheets
192c90b0a7
Replace 9pudfuse with transfused
2016-02-12 14:07:43 +00:00
Justin Cormack
8720e79afa
upgrade docker to 1.10.1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-11 13:58:50 -08:00
Rolf Neugebauer
7f7abf722e
docker: also listen to local unix socket when running on Hyper-V
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-02-05 16:57:47 -08:00
Justin Cormack
e9dc319b85
update to docker 1.10.0
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-04 12:03:05 -08:00
David Sheets
48a8bc87f6
Fix the docker.log output filename
2016-02-04 11:04:18 +00:00
Justin Cormack
d4ab304c67
update to rc4
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-03 17:38:17 -08:00
Justin Cormack
dd4ac33ced
upgrade to 1.10.0-rc3
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-02-02 21:29:51 -08:00
Justin Cormack
59b2b66d8b
upgrade to docker 1.10.0-rc2
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-28 23:26:29 +00:00
Rolf Neugebauer
d89031ec6f
docker: start docker daemon with network on Hyper-V for now
...
On Windows, for now we use DOCKER_HOST and access the docker daemon
on Moby via the network.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-28 13:52:24 -08:00
Justin Cormack
c5525c8a7a
add a script to move all logs to host
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-27 13:36:36 +00:00
Justin Cormack
78bd5af1ac
run docker after 9p fuse
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-27 13:20:45 +00:00
Justin Cormack
849df72fb5
do not set graph driver in moby, use default or get from daemon.json config
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-26 12:35:46 +00:00
Justin Cormack
bfa1720456
force overlay for now, until -rc2
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-22 12:18:15 +00:00
Justin Cormack
1ea4bc9cd1
remove customisation options as we will need to access pidfile elsewhere
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-21 17:16:17 +00:00
Justin Cormack
af8742eaaf
fix config file
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-20 16:58:25 +00:00
Justin Cormack
4aeee48189
fix elif
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-20 16:57:47 +00:00
Justin Cormack
0261d732e4
some logic to choose graph driver, not just go with aufs
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-20 14:49:30 +00:00
Justin Cormack
77a5b0d032
Use a config file from the database if present
...
See issue https://github.com/docker/pinata/issues/690
Note there is not yet a restart mechanism.
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-20 14:40:45 +00:00
Justin Cormack
be8e321a59
upgrade to 1.10.0-rc1
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-16 20:59:22 +00:00
Justin Cormack
a31db284e3
fix docker log output
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-15 16:44:33 +00:00