<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Uy Telik</title>
    <description>The latest articles on DEV Community by Uy Telik (@uy_telik_2711d9190eb63566).</description>
    <link>https://dev.to/uy_telik_2711d9190eb63566</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4055588%2Fc85a506a-30cc-43bf-96be-809c953b04d5.png</url>
      <title>DEV Community: Uy Telik</title>
      <link>https://dev.to/uy_telik_2711d9190eb63566</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/uy_telik_2711d9190eb63566"/>
    <language>en</language>
    <item>
      <title>How I embedded Docker into a binary: the story of BoxSurgery</title>
      <dc:creator>Uy Telik</dc:creator>
      <pubDate>Thu, 30 Jul 2026 18:58:32 +0000</pubDate>
      <link>https://dev.to/uy_telik_2711d9190eb63566/how-i-embedded-docker-into-a-binary-the-story-of-boxsurgery-40nn</link>
      <guid>https://dev.to/uy_telik_2711d9190eb63566/how-i-embedded-docker-into-a-binary-the-story-of-boxsurgery-40nn</guid>
      <description>&lt;p&gt;I'm self‑taught. And I built a tool that turns any Docker Compose project into a single executable file.&lt;/p&gt;

&lt;p&gt;It's called BoxSurgery.&lt;/p&gt;

&lt;p&gt;Why it matters&lt;br&gt;
Sometimes you need to deploy software in an environment with no internet access and no Docker allowed. That's called an Air‑Gap. Banks, factories, government‑run systems — almost all of them are like that.&lt;/p&gt;

&lt;p&gt;Usually, the solution is a messy workaround. It takes time, it's complicated, and you have to redo it from scratch every time. I tried a different approach: put everything into one binary. Docker, images, Compose — all inside.&lt;/p&gt;

&lt;p&gt;What it does&lt;br&gt;
BoxSurgery can:&lt;/p&gt;

&lt;p&gt;Package a project into a .exe (or a native binary for Linux/macOS)&lt;/p&gt;

&lt;p&gt;Run without Docker installed&lt;/p&gt;

&lt;p&gt;Encrypt images (AES‑256‑GCM)&lt;/p&gt;

&lt;p&gt;Bind licenses to hardware (HWID)&lt;/p&gt;

&lt;p&gt;Update without internet (signed manifest)&lt;/p&gt;

&lt;p&gt;It comes with a CLI and a desktop UI built with Svelte + Tailwind.&lt;/p&gt;

&lt;p&gt;How it was built&lt;br&gt;
The backend is Go. Frontend — SvelteKit. Desktop — Wails.&lt;/p&gt;

&lt;p&gt;Docker is embedded into the binary via embed. On Windows it runs through WSL2, on Linux in rootless mode, on macOS via Virtualization.framework (still in progress).&lt;/p&gt;

&lt;p&gt;The hardest part was making Wails display a window on Windows. WebView2, AssetServer, embed — it took a while to get it right.&lt;/p&gt;

&lt;p&gt;Why I'm sharing it&lt;br&gt;
The code is open on GitHub. I'm looking for help with:&lt;/p&gt;

&lt;p&gt;Linux/macOS runtime&lt;/p&gt;

&lt;p&gt;Integration tests&lt;/p&gt;

&lt;p&gt;UI improvements&lt;/p&gt;

&lt;p&gt;Feel free to fork, open issues, or submit PRs.&lt;/p&gt;

&lt;p&gt;I'm self‑taught, and I'd really appreciate community support.&lt;/p&gt;

</description>
      <category>cli</category>
      <category>docker</category>
      <category>software</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
