---
title: "💭 How Fly.io uses Docker (without Docker) - YouTube"
description: "!https://www.youtube.com/watch?v=7iypMRKniPU&t=3s"
date: 2024-07-27
published: true
tags:
  - docker
  - vm
  - thought
template: link
---


<div class="embed-card embed-card-external embed-card-provider-youtube">
  <div class="embed-card-rich">
<lite-youtube videoid="7iypMRKniPU" title="How Fly.io uses Docker (without Docker)" playlabel="Play: How Fly.io uses Docker (without Docker)"></lite-youtube>
  </div>
</div>


Docker no Docker, what!!!


So fly.io uses Dockerfiles to deploy your app, but no docker.  They use containerd to download your docker images into firecracker microvms to run your app.  Firecracker is the same tech that runs aws lambda functions.

Fascinating short post on the beans under the hood at fly.io and how they scale your app globally.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
