Use case

ARM64 and x86_64 in one fleet, without exec format errors

Releases inspect the OCI manifest list for every image and record its platforms. Devices report their architecture. Incompatible pairs are blocked before deployment.

For: Mixed fleets of Raspberry Pis, NUCs, and industrial gateways.

managing-arm64-01Raspberry Pi 5 · arm64
Healthy
Desired
collector 1.8.4
Actual
collector 1.8.4
Docker
29.0.2
CPU
12%
RAM
43%
Disk
31%
Temp
48 °C
Uptime
38 d
Last deploy
2 d ago
collector1.8.4healthy
mqtt2.0.22healthy
watchdog2.1.0healthy
LogsDiagnosticsRestart appDeployRoll back

The usual pain

  • A tag that works on the laptop fails on the Pi with exec format error.
  • Multi-arch builds silently drop a platform and nobody notices until rollout.

With Simple Docker Ops

  • Preflight shows which platforms each image ships.
  • Deployment targets are validated against release platforms.
  • Digest pinning means a tag cannot change under a rollout.

Setup

  1. 1Cut a release; read the preflight.
  2. 2Deploy to a mixed fleet with confidence.

Add your first device free.

Five devices and five gigabytes of registry on the Free plan. No card, no sales call, no Kubernetes.

curl -fsSL https://simpledockerops.com/install | sudo sh