Containers
Overview
JFrog Fly supports the OCI (Open Container Initiative) registry format for container images. Both Docker and Podman can push and pull images from the same JFrog Fly registry.
JFrog Fly Registry Path: <your-fly-subdomain>.jfrog.io/docker
Public Registry (Proxied): https://registry-1.docker.io (DockerHub)
Choose Your Container Tool
- Docker - Container platform for building and running applications
- Podman - Daemonless container engine
Registry Format
Both container tools use the standard OCI registry format. Your container images are stored in the same registry regardless of which tool you use for pushing.
When you push with Docker, Podman users can pull your images, and vice versa.
Back to Package Managers →