Commit Graph

2969 Commits

Author SHA1 Message Date
Justin Cormack
88e9c24c62 Merge pull request #1498 from thaJeztah/add-open-source-boilerplating
Add license, templates, and other files for open sourcing
2017-04-17 11:13:47 -05:00
Justin Cormack
8148701099 Merge pull request #1650 from thaJeztah/add-authors-file
Add AUTHORS file and script
2017-04-17 10:47:44 -05:00
Sebastiaan van Stijn
19a3123f09 Add AUTHORS file and script
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-17 10:30:28 -05:00
Justin Cormack
514777e01d Merge pull request #1649 from justincormack/more-linuxkit
Move more images to new hub org
2017-04-16 21:08:41 -05:00
Justin Cormack
f8a6193845 Move more images to new hub org
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-16 20:28:33 -05:00
Sebastiaan van Stijn
6d1ea86da6 add license, and files for opensourcing
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-16 18:23:23 -05:00
Justin Cormack
0fe2714486 Merge pull request #1640 from MagnusS/memlogd-exp
RFC: Prototype for system logs
2017-04-16 15:09:48 -05:00
Magnus Skjegstad
0511fdb431 Add logging project
Adds a logging daemon that collects logs in a ring buffer in a runc container.
The tools logwrite and logread can be used to read/write logs. The logging
daemon can be sent open file descriptors that will be read and included
in the logs.

Modifies init to start the daemon and use logwrite to capture logs from runc.

Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
2017-04-16 21:08:57 +02:00
Justin Cormack
967819afc0 Merge pull request #1648 from DieterReuter/report-20170416-fix-typos
Fix some typos
2017-04-16 13:17:08 -05:00
Justin Cormack
db92c94e09 Merge pull request #1647 from amirmc/patch-1
Fix minor typos in weekly report
2017-04-16 13:16:27 -05:00
Dieter Reuter
2aa409813c Fix some typos
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
2017-04-16 19:18:08 +02:00
Amir Chaudhry
eb91156d82 Fix minor typos in weekly report
Signed-off-by: Amir Chaudhry <amir@docker.com>
2017-04-16 12:12:08 -05:00
Justin Cormack
ca17cfad61 Merge pull request #1646 from justincormack/report-pre-dockercon
Add pre Dockercon development report
2017-04-16 11:47:56 -05:00
Justin Cormack
b1ca730094 Add pre Dockercon development report
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-16 11:39:51 -05:00
Justin Cormack
4f4a4483ed Merge pull request #1645 from justincormack/prom-containerd
Enable Prometheus metrics on port 13337 on containerd
2017-04-16 11:00:41 -05:00
Justin Cormack
9a068e792a Merge pull request #1644 from errordeveloper/kubernetes-alpine
Rebase Kubernetes images on Alpine
2017-04-16 10:51:55 -05:00
Justin Cormack
d616cea3e1 Enable Prometheus metrics on port 13337 on containerd
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-16 10:43:44 -05:00
Ilya Dmitrichenko
e5faae5c6e Remove tini, it is not needed in host PID namespace
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2017-04-16 10:42:37 -05:00
Ilya Dmitrichenko
81e8c39203 Rebase Kubernetes images on Apline
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2017-04-16 10:31:11 -05:00
Justin Cormack
491439c1d8 Merge pull request #1642 from rneugeba/prometheus
Add prometheus node_exporter package
2017-04-16 10:09:05 -05:00
Justin Cormack
fd186a3e9d Merge pull request #1643 from errordeveloper/kubernetes
Retag Kubernetes images
2017-04-16 10:08:21 -05:00
Rolf Neugebauer
0fb3544837 examples: Add a minimal node_exporter example
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-16 09:43:40 -05:00
Rolf Neugebauer
856a2651b0 pkg: Add a Prometheus node_exporter package
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-16 09:43:40 -05:00
Ilya Dmitrichenko
37f2375c37 Rename images
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2017-04-16 07:13:38 -05:00
Rolf Neugebauer
ab78f1a48c Merge pull request #1641 from rneugeba/demo4
Minor tweaks to the demo
2017-04-15 18:51:57 -05:00
Rolf Neugebauer
5c1340b13d demo: Remove sysctl container from nginx sample
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-15 17:51:15 -05:00
Rolf Neugebauer
8eb39e6b9e demo: Rename intro into my-nginx
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-15 17:15:11 -05:00
Rolf Neugebauer
cbbd9b44ee demo: add a env file for setting up the environment for the demo
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-15 17:13:32 -05:00
Rolf Neugebauer
a8bddd8415 Merge pull request #1639 from rneugeba/cli-improv
cli: Unify environment variables for GCP run
2017-04-15 17:12:44 -05:00
Rolf Neugebauer
b28f60b44d cli: Unify environment variables for GCP run
GCP defines some "standard" environment variables for project and
zone. Use them for 'moby run gcp'. Change the other environment
variables to follow the same pattern.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-15 12:36:46 -05:00
Rolf Neugebauer
6f2d7fe77d Merge pull request #1638 from rneugeba/demo-up2
Minor tweaks to the demo setup
2017-04-15 11:34:14 -05:00
Rolf Neugebauer
f69bab3451 demo: Clean up the etcd directory, update docs
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-15 11:05:20 -05:00
Rolf Neugebauer
49ab5bc719 demo: Minor tweak to the demo setup
- Specify the specific version of nginx
- Reduce memory for etcd cluster nodes

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-15 09:34:37 -05:00
Rolf Neugebauer
a05d81eed5 Merge pull request #1637 from rneugeba/demo-up
demo: Update to use containerd
2017-04-15 07:22:48 -05:00
Rolf Neugebauer
38863774e6 demo: Update to use containerd
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 19:20:13 -05:00
Justin Cormack
a552bb6abf Merge pull request #1635 from rneugeba/test-up
Make ./test a moby free zone
2017-04-14 19:05:11 -05:00
Justin Cormack
55b9d8733c Merge pull request #1636 from justincormack/use-containerd
Use containerd to run containers
2017-04-14 15:48:05 -05:00
Justin Cormack
e79e3a38ad Use containerd to run containers
Because we are not yet using the image store, this requires a
patched `ctr` that can run a specified rootfs rather than an
image.

We will switch to the image store later, but this requires
extensive build changes.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-14 15:35:29 -05:00
Rolf Neugebauer
2af774f2e9 tests: Move ltp/poweroff over to the linuxkit org
Note, the jessie-slim image with the old sha256 does not exist anymore...

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 15:08:51 -05:00
Rolf Neugebauer
103b517ef6 tests: Move dockerbench over to use the linuxkit org
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 15:08:51 -05:00
Rolf Neugebauer
3448a804f1 tests: Move kernel check test over to use linuxkit org
Also some other moby renames.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 15:08:51 -05:00
Rolf Neugebauer
ee641ba03c test: Move virtsock use the linuxkit org
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 15:08:51 -05:00
Rolf Neugebauer
60ccc23512 Merge pull request #1633 from rneugeba/demo
Fixes to the demo
2017-04-14 12:14:25 -05:00
Rolf Neugebauer
24ff9b75d8 examples: Don't make the metadata container readonly
It needs to create the /cdrom mountpoint

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 11:57:24 -05:00
Rolf Neugebauer
0ca76f63d9 infrakit: Fix the VPNKit key to set the IP address
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 11:57:24 -05:00
Rolf Neugebauer
e374cb3543 demo: Update etcd demo to use linuxkit
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 11:57:24 -05:00
Rolf Neugebauer
8462e34d6e demo: Update README
latest DfM has all the bits you need...

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 11:57:24 -05:00
Rolf Neugebauer
d526707240 demo: Switch intro to use linuxkit
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-14 11:57:24 -05:00
Justin Cormack
5a49505915 Merge pull request #1632 from justincormack/more-rename
More renames to LinuxKit
2017-04-14 11:56:19 -05:00
Justin Cormack
72c3f9cfa2 More renames to LinuxKit
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-14 11:47:24 -05:00