Development
Docker Run to Compose
Convert docker run commands into Docker Compose YAML.
Development
Parse Docker image references into registry, namespace, repository, tag and digest components.
Enter a Docker image name, tag, registry or digest to inspect its individual components.
Enter a Docker image reference and select Parse image to inspect its registry, namespace, repository, tag and digest.
Docker image references are parsed locally inside your browser. BigForgeKit does not contact registries or verify whether an image exists.
About this tool
Docker Image Reference Parser separates a container image reference into its registry, namespace, repository, tag and digest parts. Edit individual components and rebuild a normalized reference without contacting a container registry.
Features
Frequently asked questions
A Docker image reference identifies an image using an optional registry, one or more namespaces, a repository and optionally a tag or digest.
The first path segment is treated as a registry when it contains a dot, a port separator or is localhost.
Docker commonly resolves an untagged reference using the latest tag. The parser shows a warning because that reference is not explicit.
A tag is a mutable label such as 1.4.2 or latest. A digest identifies immutable image content using an algorithm such as SHA-256.
Yes. The tag remains descriptive, while the digest determines the exact immutable image.
No. It only parses the reference locally and never contacts Docker Hub or another registry.
Related tools
Development
Convert docker run commands into Docker Compose YAML.
Development
Parse, inspect, validate, search and export environment variable files.
Data
Format, validate and convert YAML and JSON documents locally.