Docker
Image references, Dockerfiles and Compose, all worked out in your browser.
- Image Reference ParserBreak an image reference into registry, repository, tag and digest, and see which defaults were implied.
- docker run to ComposeConvert a working docker run command into a Compose service definition, with the traps flagged.
- Dockerfile GeneratorGenerate a multi-stage Dockerfile with layer caching, a non-root user and a healthcheck.
Runs locally
Image Reference Parser
Break an image reference into registry, repository, tag and digest, and see which defaults were implied.
Runs locally
docker run to Compose
Convert a working docker run command into a Compose service definition, with the traps flagged.
Runs locally
Dockerfile Generator
Generate a multi-stage Dockerfile with layer caching, a non-root user and a healthcheck.