flox-containers

Containerize Flox environments into OCI-compatible images for Docker or Podman.

12|3|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/flox/flox-agentic --skill flox-containers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flox-containers
Source: https://github.com/flox/flox-agentic/tree/main/flox-plugin/skills/flox-containers
Command: npx skills add https://github.com/flox/flox-agentic --skill flox-containers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flox containerization simplifies turning Flox environments into portable images for Docker/Podman, streamlining builds and deployments.

Core Features & Use Cases

  • Containerize local Flox environments into OCI-compatible images
  • Export container images to tarballs or load directly into runtimes
  • Support for multi-stage builds and remote environments to speed up deployment

Quick Start

Build and export a container image from a Flox environment using flox containerize.

Frequently Asked Questions about flox-containers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I containerize a Flox environment into a Docker image?

To containerize a Flox environment, use the flox containerize command to build and export your local environment into an OCI-compatible image for Docker or Podman runtimes. You can load the image directly into the runtime or export it to a tarball.

Can I use multi-stage builds when containerizing Flox environments?

Yes, Flox containerization supports multi-stage builds and remote environments to speed up deployment workflows. This allows you to create consistent, portable images across different platforms while maintaining optimized build processes.

Do I need a specific manifest to build a container image from Flox?

Building a container image requires a Flox environment manifest. You can optionally configure the .flox env manifest to define ports, commands, and volumes for your deployment before running the containerization process.

Does Flox containerization work with Podman?

Yes, Flox containerization works with Podman as well as Docker. It requires access to either runtime to build and load the portable container images directly from your Flox environment.

What is the best way to export a Flox environment for remote deployment?

The best way to export a Flox environment for remote deployment is using flox containerize to create an OCI-compatible image. You can export the container image to a tarball or load it directly into Docker or Podman for consistent deployment across platforms.