Transfer Container Images to an Air-Gapped Environment
Get container images onto a server that has no route to the Internet or access to a container registry.
Focused hands-on problems designed to help you hone your DevOps or Server Side skills. Some challenges are more educational, while others are based on real-world scenarios. The platform provides hints and feedback for each challenge, including automated solution checks.
Challenges crafted by iximiuz Labs to help you master DevOps and Server Side topics.
Get container images onto a server that has no route to the Internet or access to a container registry.
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.
Investigate a potentially compromised CI host. A sandboxed "agent" running in the background is suspected of breaking out - confirm the breach and neutralize it without taking the sandbox down.
Learn how to build container images for non-native CPU architectures by offloading the build to a remote machine using Docker Buildx.
Challenges contributed by the community members sharing their knowledge and expertise.
Configure Docker to use gVisor (runsc) as the default runtime and verify kernel isolation between the host and containers.