Commit Graph

3003 Commits

Author SHA1 Message Date
Thomas Shaw
e5f929a344 Fix link. Cosmetic. 2017-04-21 20:56:18 -05:00
Riyaz Faizullabhoy
c087af7282 Merge pull request #1681 from tomwillfixit/patch-1
Fix link to kernels directory
2017-04-21 18:42:38 -07:00
Riyaz Faizullabhoy
f163457a7a Merge pull request #1677 from rneugeba/sshd-doc
examples: Add doc on how to use the SSHD example
2017-04-21 18:35:22 -07:00
Thomas Shaw
b0584f05bd Fix link to kernels directory 2017-04-21 20:33:09 -05:00
Rolf Neugebauer
f2b9295081 examples: Add doc on how to use the SSHD example
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-21 14:12:02 -05:00
Rolf Neugebauer
b95b275f07 Merge pull request #1662 from thebsdbox/vmware_prefix
Fix for prefix for linuxkit
2017-04-21 13:45:59 -05:00
Rolf Neugebauer
90d459a82e Merge pull request #1676 from t-koulouris/theo_pr
Numerous fixes and updates for the okernel project
2017-04-20 11:22:33 -05:00
Theo Koulouris
f1508901f4 Updated okernel README.md
Signed-off-by: Theo Koulouris <theo.koulouris@hpe.com>
2017-04-20 15:52:27 +01:00
Theo Koulouris
19e0433637 Updated references to 'linuxkit', added 'examples' subdirectory, improved build files
Signed-off-by: Theo Koulouris <theo.koulouris@hpe.com>
2017-04-20 15:26:00 +01:00
Rolf Neugebauer
fc1e7e4ca5 Merge pull request #1663 from technolo-g/k8s_shell_to_ash
Migrate the Kubernetes shell to ash
2017-04-20 08:58:59 -05:00
Rolf Neugebauer
be47b771d0 Merge pull request #1669 from rneugeba/demo-up
Update DockerCon 2017 demo files
2017-04-19 18:37:35 -05:00
Rolf Neugebauer
722ab1848d demo: Update READMEs
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2017-04-19 18:09:07 -05:00
Justin Cormack
1d6e84730a Merge pull request #1665 from papanikge/patch-1
fix wording in README.md
2017-04-19 15:35:56 -05:00
George Papanikolaou
70f1033d15 fix wording in README.md 2017-04-19 23:22:38 +03:00
Justin Cormack
fac8a6022f Merge pull request #1667 from inthecloud247/patch-2
Fix grammar
2017-04-19 15:11:23 -05:00
Rolf Neugebauer
ff1279d9b0 demo: Use redis instead of nginx
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:58:27 -05:00
Rolf Neugebauer
238436616d demo: Add prometheus server configuration
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:58:27 -05:00
Rolf Neugebauer
c854d58ca4 demo: Update etcd
- Add prometheus node monitor
- Make the hyperkit VMs slightly bigger
- Add GCP upload
- Use env vars in infrakit startup script

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:58:27 -05:00
Rolf Neugebauer
846c96384f demo: Update nginx build
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:36:09 -05:00
Rolf Neugebauer
327d08dadd Merge pull request #1668 from yomimono/copyedit
typo fixes
2017-04-19 14:33:52 -05:00
Mindy Preston
f74d9eaa7d typo fixes
Signed-off-by: Mindy Preston <mindy.preston@docker.com>
2017-04-19 13:52:18 -05:00
John Albietz
f1a0aa769d Fix grammar 2017-04-19 17:05:53 +00: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