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
- No hurdle to create and manage overlay network and attach
- Deploy in Docker swarm and in Kubernetes
- 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