MockHero

docker_image

Technical

Generate Docker image references like 'nginx:1.25-alpine', 'postgres:16', 'node:20-slim'. For container management, CI/CD, and infrastructure testing.

Example Outputs

nginx:1.25-alpinepostgres:16node:20-slimredis:7

API Usage

Send a POST request to generate docker image data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "docker_image",
          "type": "docker_image"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Container management testing
  • CI/CD pipeline testing
  • Infrastructure dashboard seeding

Quick Info

Field Type
docker_image
Category
Technical
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate docker image data instantly in the playground.

Generate Docker Image + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free