containerd
is an open-source runtime for containers. This repo experiments with using it:
deployer
is a system to run deployments of containers on top ofcontainerd
.containers
is a collection of Go programs that are built into Docker containers, and can then be run bydeployer
.
You'll need to install and run containerd
. See ubuntu-setup.sh
to do that on Ubuntu.
A system to run deployments of containers on top of containerd
. At the time of writing it runs a hardcoded deployment.
make bin/deployer
bin/deployer
A collection of simple Go programs. Each is built into a Docker container and pushed to DockerHub. They can then be run by deployer
.
make containers