John Albietz
f1a0aa769d
Fix grammar
2017-04-19 17:05:53 +00:00
Dave Tucker
11742d0148
makefile: Add target for LTP tests
...
This adds a target that runs the LTP tests
This target will be run on master and tag builds in CI
Signed-off-by: Dave Tucker <dt@docker.com>
2017-04-19 16:02:48 +01:00
Dave Tucker
bbe8078755
moby: add skip-cleanup flag to moby run gcp
...
This is used as the CI will cleanup after itself
Signed-off-by: Dave Tucker <dt@docker.com>
2017-04-19 16:02:48 +01:00
Matt Bajor
7686c1a153
Migrate the Kubernetes shell to ash
...
The Kubernetes images have been migrated to Alpine Linux which
does not include bash by default.
Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2017-04-18 19:34:06 -05:00
Daniel Finneran
6f9d0247c9
Fix for prefix for linuxkit
...
Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
2017-04-18 19:00:31 -05:00
Justin Cormack
f2d6752751
Merge pull request #1657 from solidnerd/fix-make
...
Rename old repo to linuxkit/linuxkit to let the build work
2017-04-18 13:31:24 -05:00
solidnerd
2c836c28ab
Rename package initrd in build.go
...
This will rename github.com/docker/moby/src/initrd to github.com/linuxkit/linuxkit/src/initrd
Signed-off-by: solidnerd <niclas@mietz.io>
2017-04-18 20:19:21 +02:00
solidnerd
00b7e145e6
Rename package github.com/docker/moby
...
This commit will rename the package to the correct new place.
Signed-off-by: solidnerd <niclas@mietz.io>
2017-04-18 20:18:26 +02:00
Justin Cormack
d422c70ac6
Merge pull request #1652 from justincormack/blueprints
...
Add a blueprints directory
2017-04-18 09:49:47 -05: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
Justin Cormack
71d9439b84
Merge pull request #1651 from justincormack/linuxkit-path
...
change paths to linuxkit/linuxkit
2017-04-18 08:49:51 -05:00
Justin Cormack
e08f3a9a3f
Change docker/linuxkit to linuxkit/linuxkit
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-17 18:13:28 -05:00
Justin Cormack
0a8ad62d50
Update Go path to linuxkit/linuxkit for libraries
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-17 17:39:18 -05:00
Justin Cormack
135eb9c137
Merge pull request #1499 from thaJeztah/add-poule-config
...
Add basic poule configuration file
2017-04-17 14:32:52 -05:00
Sebastiaan van Stijn
ecd8716fe5
add basic poule configuration
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-17 14:13:04 -05:00
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