LinuxKit and Moby are new projects from Docker that aim to improve security, portability, and customization of container systems. LinuxKit creates a lean Linux subsystem optimized for containers by running all system services as containers. It defines systems as code using YAML files. Moby is a framework for assembling specialized container systems using reusable open source components, allowing innovation while leveraging an ecosystem of 80+ components. It provides benefits for Docker users by allowing Docker to innovate faster, and for system builders by making it easier to customize or build their own container runtime systems independent of Docker.