Rkt
- Modern secure Container Runtime
- SystemD will run in rkt Containers
- rkt fly
- Daemon less (uses init system)
- supports hardware virtualization
- Can build Application Container Image
- Can run docker images with
rkt run docker://IMAGE
by converting them to ACI images withdocker2aci
- Can run docker images with
- Supported in Kubernetes
- (Upcoming?) support for Open Container Images (OCI)