Initial swarmkit package

This is based on https://github.com/docker/swarmkit/pull/1965 which adds a
direct containerd executor to swarmkit. It is very much a work in progress.

With a suitable moby image (such as projects/swarmd/swarmd.yml) something like
this should work:

runc exec swarmd swarmctl service create --image docker.io/library/nginx:alpine --name nginx
runc exec swarmd swarmctl service ls

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell
2017-03-15 15:27:06 +00:00
parent f08ff5cfa8
commit 6a0bd7d035
6 changed files with 164 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ If you want to create a project, please submit a pull request to create a new di
- [OKernel](okernel/) intra-kernel protection using EPT (HPE)
- [eBPF](ebpf/) iovisor eBPF tools
- [AWS](aws/) AWS build support
- [Swarmd](swarmd) Standalone swarmkit based orchestrator
## Current projects not yet documented
- Clear Linux integration (Intel)