Riyaz Faizullabhoy
f5ab0aeb2b
Merge pull request #2182 from MagnusS/move-logs-to-disk
...
dfm: Move logs from memory to disk
2017-07-10 11:18:11 -07:00
Magnus Skjegstad
9daca681a1
blueprints, dfm: move logs, mount disk in /var/lib
...
This mounts the disk image in /var/lib (instead of /var/lib/docker) and
moves the logs to /var/lib/log. This is to have the logs on disk until
we have a better solution in place.
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-07-10 16:03:08 +01:00
Justin Cormack
ccbdde0f5c
Remove rngd from Mac blueprint
...
Hyperkit sets up PV entropy driver, so we do not need `rngd`
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-10 15:46:45 +01:00
Magnus Skjegstad
20eaf62df1
blueprints: only bind mount /port once in dfm blueprint
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-07-10 15:22:47 +01:00
Justin Cormack
298f4aab32
Consistently don't use quotes around image names
...
These are not needed, but we are inconsistent. Been waiting for a
quiet moment to fix this since I noticed while doing a presentation...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-09 17:47:30 +01:00
Rolf Neugebauer
561c204de6
Merge pull request #2167 from rn/kern-up
...
Update kernel to 4.11.9/4.9.36/4.4.76
2017-07-07 19:48:24 +01:00
Rolf Neugebauer
c3bc803445
Merge pull request #2164 from rn/meta
...
Allow metadata package to over write existing config files
2017-07-07 19:48:09 +01:00
Rolf Neugebauer
4e19cf363a
Merge pull request #2119 from djs55/host-timesync-daemon
...
Add Docker for Mac host time sync daemon
2017-07-07 19:17:20 +01:00
Rolf Neugebauer
dca5671fc1
Update kernel version in all YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-07 18:41:33 +01:00
Rolf Neugebauer
6147b0a592
Update all YAML files to latest metadata package.
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-07 18:30:10 +01:00
David Scott
c9de2fb2a5
blueprints/docker-for-mac.yml: add host-timesync-daemon
...
This adds the helper program which resynchronises the VM's clock after
a host resume.
Signed-off-by: David Scott <dave.scott@docker.com >
2017-07-07 17:12:12 +01:00
Magnus Skjegstad
1d9f582a48
blueprints: add acpi support to dfm blueprint
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-07-06 12:02:08 +02:00
Magnus Skjegstad
c28704e79d
blueprints: add metadata to dfm blueprint
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-07-06 12:01:06 +02:00
Justin Cormack
779fdc9499
Update init and containerd hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-03 14:51:23 +01:00
Rolf Neugebauer
89c40eaddb
Update hashes in YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-01 19:24:16 +01:00
Justin Cormack
58201d3d3c
Merge pull request #2124 from MagnusS/add-vpnkit-init
...
DfM: Add support for exposing swarm service ports
2017-07-01 10:52:57 +01:00
Magnus Skjegstad
b2439251dd
blueprints: update docker-for-mac.yml to latest vpnkit packages
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-06-30 19:35:30 +02:00
Rolf Neugebauer
4c6e0264b9
Update kernels in YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-30 18:23:29 +01:00
Magnus Skjegstad
fcf12d9f5a
dfm blueprint: use same port as DfM
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-06-30 16:03:20 +02:00
Magnus Skjegstad
0d3c6d124f
blueprints: split dfm blueprint into base and docker yml
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-06-30 15:41:03 +02:00
Rolf Neugebauer
736713dc8f
Merge pull request #2120 from dave-tucker/getty
...
Make it more obvious that getty/sshd are namespaced
2017-06-29 23:30:17 +01:00
Justin Cormack
c8a8bb047c
Update docker-ce in Yaml files
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-06-29 15:30:45 +01:00
Dave Tucker
71bccd6967
examples: Update to use new getty and sshd images
...
Signed-off-by: Dave Tucker <dt@docker.com >
2017-06-29 15:01:33 +01:00
Riyaz Faizullabhoy
ec7f1df1b4
Merge pull request #2112 from djs55/trim-after-delete2
...
RFC: add "trim after image delete" to the Docker for Mac blueprint
2017-06-27 14:12:00 -07:00
David Scott
4a6db6eb51
blueprints: add trim-after-delete to the docker-for-mac
...
This starts the trim-after-delete daemon which calls
`fstrim /var/lib/docker` after image deletes are observed.
Signed-off-by: David Scott <dave.scott@docker.com >
2017-06-27 20:32:57 +01:00
Rolf Neugebauer
093dae22d5
Update YAML files
...
- Use the new style kernel tags with the full kernel version
- Update packages with new alpine base and new/simplified Makefiles.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-27 19:56:08 +01:00
Magnus Skjegstad
9d17de13f2
blueprints: update README with DfM instructions
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-06-16 08:54:48 +01:00
Magnus Skjegstad
de8608c60e
blueprints: add initial open source DfM blueprint
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-06-16 08:54:40 +01:00
Justin Cormack
9da733b163
Add a blueprints directory
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-04-18 09:48:34 -05:00