Write a Dockerfile for a Simple Web Server Application
Learn how to write a Dockerfile from scratch and build a working container image for a simple web server application.
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 write a Dockerfile from scratch and build a working container image for a simple web server application.
Practice pausing and resuming a running container: start a resource-hungry container, pause it, inspect its state, and then unpause it back to life.
Practice using UNIX signals with containers for controlling application behavior: Send a SIGUSR1 to a containerized app to trigger its memory usage reporting.
Learn how to configure the restart policy for a container so that it restarts automatically on application failure.