pacman -S curl docker ebtables ethtool wget unzip
Also cfssl is needed but available on AUR, using pacaur
pacaur -S cfssl
| sudo apt-get update | |
| sudo apt-get install \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| echo "deb http://cz.archive.ubuntu.com/ubuntu trusty main" >> /etc/apt/sources.list | |
| echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu trusty stable" /etc/apt/sources.list | |
| sudo apt-get update | |
| sudo apt-get install docker-ce |
Follow Firecracker's guidelines.
Be sure to download the rootfs and kernel files and to place it next to the firecracker binary.
Shell 1 (soon to become VM shell):
sudo rm -rf /tmp/firecracker.sock
sudo ./firecracker --api-sock /tmp/firecracker.sock