Skip to content

v0.1.1 — multi-arch container image

Choose a tag to compare

@omercelikdev omercelikdev released this 08 Jul 06:55
f65979b

First published single-image distribution of Mockifyr — the mock engine, admin REST API, and the embedded dashboard in one container.

Image

ghcr.io/omercelikdev/mockifyr · tags 0.1.1 · 0.1 · latest
Platforms: linux/amd64 and linux/arm64 (Apple Silicon native — no emulation).

Run

# Single container
docker run -p 8080:8080 -v "$PWD/mappings:/work" \
  ghcr.io/omercelikdev/mockifyr:latest --root-dir /work

# Compose (ephemeral)
docker compose up

# Compose (durable PostgreSQL)
docker compose -f docker-compose.postgres.yml up
  • Mock surface — :8080
  • Admin API — /__admin
  • Dashboard — /__mockifyr

Verified

Admin API, dashboard, and stub matching all serve from the published image on both architectures; the Postgres compose reloads stubs from the database across a restart.