Private Registry

Run a local registry, then tag and push an image to it.

A advanced Docker challenge worth 20 points. Solve it hands-on in a real Docker environment in your browser - no local setup, no fake shells.

The Challenge

Scenario: Your datacenter is air-gapped — no Docker Hub. CI needs a private registry to distribute the inventory:1.0 image (already built locally).

Tasks:

Commands to learn: docker tag, docker push, the registry HTTP API

Run check when done.