List All Tags in a Container Repository
Practice discovering what has been published to a remote container repository by listing its tags using crane, regctl, or a direct call to the registry HTTP API.
Focused, hands-on problems for sharpening your DevOps and server-side skills. Some teach specific concepts while others mirror real-world scenarios. Every challenge includes hints, feedback, and automated solution checks.
Practice discovering what has been published to a remote container repository by listing its tags using crane, regctl, or a direct call to the registry HTTP API.
Explore the OCI image index, manifests, and configuration of a remote multi-platform image - without pulling a single byte of filesystem layers into the local Docker daemon.
Save container images as OCI layouts and explore the on-disk structure of single-platform (manifest-based) and multi-platform (index-based) images.
Practice listing containers and inspecting their state to identify running, exited, and crashed applications - a vital skill for day-to-day operation of containerized systems.
Can you unpack the filesystem of a container image into a local directory?
Be a networking Sherlock Holmes - find out which port a Kubernetes app uses and send a request to it.
Learn a trick or two about container image labels and how to read them with ctr.