在Docker中运行鞭炮

Is there any way to run Firecracker inside Docker container.

I tried the basic networking in firecracker although having containerized firecracker can have many benefits 1. No hurdle to create and manage overlay network and attach 2. Deploy in Docker swarm and in kubernets 3. No need to clean IPTables/Network rules etc.

I came up with something very basic as this: https://github.com/s8sg/docker-firecracker

It allows creating go application that can run inside containerized firecracker