Make a Container Restart Automatically After Docker Host Reboot
Learn how to configure a Docker host and its containers to automatically restart when the server reboots or the Docker daemon restarts.
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.
Learn how to configure a Docker host and its containers to automatically restart when the server reboots or the Docker daemon restarts.
Unlike Docker, Podman is daemonless and requires some extra systemd help to monitor and restart containers. Learn how to configure a Podman host and its containers to automatically restart after a server reboot.
An HTTP service is running on the server, but it's exposed to the entire network. Use Linux firewall tools to block external access to the service port while keeping it accessible locally.
Leverage your knowledge of Linux namespaces to reach an application's internal debug interface without installing anything into the container.
Challenges contributed by the community members sharing their knowledge and expertise.
A web application is deployed but the website is not accessible. Investigate and fix the issue.
3-phase AWK challenge on realistic data in /home/laborant/awk_challenge/. Fundamentals: columns, delimiters, formatting. Logic & regex: filters, anchors, conditions, math. Sysadmin: logs, CSVs, metrics, counts, reports. Data lives under /home/laborant/awk_challenge/ (logs/access, data/hr, sys/metrics) and outputs are written to /home/laborant/ files.
Deploy a multi-container Kubernetes Deployment and ensure that no more than one Pod runs on the same worker node, without using a DaemonSet.
Configure Docker to use gVisor (runsc) as the default runtime and verify kernel isolation between the host and containers.