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 with docker2aci
  • Supported in Kubernetes
  • (Upcoming?) support for Open Container Images (OCI)
rkt --debug run --interactive ...