Docker Image Inspector

Decode docker run commands

Source Input
Processed Output

What is the Docker Image Inspector?

Long docker run commands from READMEs and legacy scripts are write-only. Paste one and this inspector decomposes it into a readable table — image, ports with mappings, volume mounts, environment variables, network, and restart policy — and explains each flag, so converting it to compose or systemd is trivial.

Frequently Asked Questions (FAQ)

Q: Can it convert docker run to docker-compose?

The breakdown table maps 1:1 to compose fields, making manual conversion a two-minute job instead of an archaeology project.

How to Use the Docker Image Inspector

  1. 1Paste your input into the editor above — or start from the preloaded example.
  2. 2Adjust any options, then click Run to process instantly in your browser.
  3. 3Review the output panel, then copy, download, or save it as a reusable snippet.

Related devops tools