---
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:
  - containers
  - docker
  - thought
  - vm
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.
