More renames to LinuxKit

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-04-14 11:47:24 -05:00
parent 857d8b6448
commit 72c3f9cfa2
22 changed files with 34 additions and 82 deletions

View File

@@ -11,16 +11,16 @@ system is installed, and it would be useful to support this for that use case, a
updater container to control this for people who want to use this.
We generally use external tooling such as [Infrakit](https://github.com/docker/infrakit) or
CloudFormation templates to manage the update process externally from Moby, including
CloudFormation templates to manage the update process externally from LinuxKit, including
doing rolling cluster upgrades to make sure distributed applciations stay up and responsive.
Updates may preserve the state disk used by applications if needed, either on the same physical
node, or by reattaching a virtual cloud volume to a new node.
## What do I need to build Moby?
## What do I need to build LinuxKit?
We have tried to make this as simple as possible, by using containers for the build process, so
you should be able to build Moby on any OSX or Linux laptop; we should have Windows build support
you should be able to build LinuxKit on any OSX or Linux laptop; we should have Windows build support
soon.
## Why not use `systemd`?