Firecracker: start a VM in less than a second

By Julia Evans - 2021-03-01

Description

Firecracker: start a VM in less than a second

Summary

  • start a VM in less than a second Hello!
  • It changes the gateway in the kernel boot args to the Docker bridge network interface’s IP (172.17.0.1) My guess is that most people probably won’t want to use the Docker bridge, if you just want the VM to be able to connect to the outside internet I think the best way is to create a new bridge.
  • FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y init openssh-server RUN yes | unminimize # copy over some SSH keys and install other programs I wanted And here’s the basic shell script I’ve been using to create a filesystem image from the Docker container.
  • I found the firectl code and the Go SDK pretty easy to understand so I won’t say too much more about it here.

 

Topics

  1. Backend (0.36)
  2. Machine_Learning (0.1)
  3. NLP (0.08)

Similar Articles

A Complete Guide to Flexbox

By CSS-Tricks - 2020-12-03

Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and ...

By Running a self-managed Kafka Connect worker for Confluent Cloud - 2021-01-24

Learn how to run #Kafka Connect worker for #Confluent #Cloud

Learning To Use Docker

By DEV Community - 2020-12-27

This is the second post in my series called "Demystifying Docker". While having read the first post i... Tagged with beginners, tutorial, devops, docker.

Home

By fast - 2020-08-21

Making neural nets uncool again