Running Firecracker inside Docker

1/18/2019

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.

-- Swarvanu Sengupta
docker
firecracker
go
kubernetes

2 Answers

1/18/2019

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

-- Swarvanu Sengupta
Source: StackOverflow

4/20/2019
-- MaxV
Source: StackOverflow