Skip to content

Instantly share code, notes, and snippets.

@kakposoe
kakposoe / setup.sh
Last active June 21, 2023 10:18
firecracker ignite setup
#!/bin/bash
# Set up droplet to use firecracker
apt-get update && apt-get install -y --no-install-recommends \
dmsetup openssh-client git binutils golang-go
which containerd || apt-get install -y --no-install-recommends containerd
# Install cni plugins
export CNI_VERSION=v0.9.1