Justin Cormack
05339fe60c
Architecture overview
...
- also some tweaks in README.
fix #1394
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-28 15:29:34 +02:00
Rolf Neugebauer
30914750df
Rename .yaml to .yml
...
docker-compose and other utilities use the .yml extension.
For consistency rename all .yaml to .yml
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-27 09:53:26 +02:00
Rolf Neugebauer
48845bcfd9
infrakit: Move the hyperkit instance plugin into the source directory
...
- The tools directory ideally should not contain source code
- Removes double vendoring of packagages
- Makes it easer to hook the build into the top-level Makefile
Eventually, the plugin should be moved to the infrakit repo.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-25 13:02:45 +01:00
Justin Cormack
4b03b2b6db
Add the beginings of a roadmap and faq
...
Needs expansion, but got to start somewhere...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-22 14:48:50 +00:00
Anil Madhavapeddy
4ad3fb3408
docs: moby/alpine/kernel/ is now just moby/kernel/
...
Signed-off-by: Anil Madhavapeddy <anil@docker.com >
2017-03-15 15:14:56 +00:00
Rolf Neugebauer
f3afa8f7e1
docs: fix a few snags in the kernel patch documentation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-15 10:46:22 +00:00
Justin Cormack
51af32d11d
Add upload to Google Cloud Storage and Google Compute Image creation
...
- the image upload uses the cloud API
- currently auth and image creation need the `gcloud` CLI tool.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-14 14:45:05 +00:00
Rolf Neugebauer
71b05400a4
docs: Update kernel patches documentation
...
Make the process and the requirements for patches clearer.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-07 19:42:23 +00:00
Rolf Neugebauer
35bc19213c
docs: add short how-to for running Moby on GCP
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-02-08 17:35:05 +00:00
Riyaz Faizullabhoy
0003deabea
Revert to non-development containerd and runc until nats port is sorted out
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-02-02 11:57:28 -08:00
Riyaz Faizullabhoy
0c545c0c53
Split base/ into base/ and tools/
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-01-31 09:52:30 -08:00
Justin Cormack
7f1e41eb37
Shift to development track containerd
...
Move to the development track of `containerd` not the legacy 0.2
branch. The commands have changed a bit.
This does increase the image size as we are bundling the Docker
copy and our copy, and the new one is larger as it is growing features.
Hopefully Docker will shrink eventually. Also we may replace `ctr`
with a library.
Fix #1029
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-24 15:39:44 +00:00
Riyaz Faizullabhoy
f5954fbf5e
Merge lint.sh into compile.sh, remove unused alpine-build-go
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-01-23 13:25:44 -08:00
Rolf Neugebauer
48d9722ac0
docs: add a note about kernel symbols to the ebpf documentation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-01-06 16:52:16 +00:00
Rolf Neugebauer
9d90fbf503
docs: add --pid=host to ebpf command line.
...
A lot of the `iovisor/bcc` tools take a pid as a command line option and using
`--pid=host` allows you to use `$(pgrep foo)`
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-01-06 16:43:43 +00:00
Justin Cormack
ee7f24defd
Add a development eBPF container build
...
See `docs/ebpf.md` for how to use. This is built by CI or you can build
manually if you customise the kernel.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-05 11:59:28 +00:00
Rolf Neugebauer
f05e0ad342
docs: update hub docs to include the TAG comment
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-12-16 16:21:39 +00:00
Rolf Neugebauer
774255e173
doc: update document about kernel patches
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-10-21 15:00:50 +01:00
Rolf Neugebauer
54a4a6f1b0
docs: document how to work with Linux kernel patches
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-10-11 20:13:03 +01:00
Justin Cormack
1687e8337a
More docs on Hub images
...
See #529
Could be expanded further.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-20 18:10:21 +01:00
Rolf Neugebauer
8d8c735c09
docs: add a short document about coding style recommendation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-09-16 11:02:30 +01:00
Justin Cormack
b96aa136b7
document the Docker Hub repos
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-12 20:35:04 +01:00
Justin Cormack
1e3d006184
Document that VMWare Fusion is working
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-22 13:54:42 +01:00
Justin Cormack
fde779b6ca
Expand platform docs with Xen PV example
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-22 11:19:02 +01:00
Justin Cormack
3d3b67d0c3
Add conditional services based on mobyplatform
...
Replaces https://github.com/docker/moby/pull/282
Use mobyplatform=xxx to specify platform in boot command
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-18 12:39:14 +01:00
Justin Cormack
86d898cac8
remove unnecessary capabilities from nginx example
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-15 15:25:40 +01:00
Justin Cormack
a451fd0d1e
Add documentation for system containerd
...
Add an example script showing how you can run an nginx container.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-15 15:17:04 +01:00
Rolf Neugebauer
53dcbaf52a
win: remove PS script and documentation. They live elsewhere now
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-02-05 16:58:59 -08:00
Michel Courtine
83cecec565
added the -force switch to silence the powershell unrestricted access request
2016-02-05 14:33:06 -08:00
Rolf Neugebauer
74d832b4f4
doc: Add notes on how to run docker against MobyLinux
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-28 15:09:48 -08:00
Michel Courtine
d1d4d3d8bb
doc: clarified the windows-notes
2016-01-28 14:51:24 -08:00
Rolf Neugebauer
95509ea04e
Hyper-V: remove the force stop now that the Hyper-V deamons are running
...
Also, minor, unrelated tweak to the documentation
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-28 09:17:44 -08:00
Rolf Neugebauer
9bf3fec8af
hyperv: Add script and notes on how to boot Moby on Hyper-V
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-25 17:46:45 +00:00