Mission 01
Mission 1: The Initial Spark
You have been tasked with setting up a baseline web server. Run nginx in detached mode.
Mission Goal
Launch an nginx container in detached mode
Verification Criteria Checklist:
At least 1 container is running from nginx image in detached mode
DevOps Intel & Hints:
1.Use the command `docker run -d nginx:latest`
1-Click Quick Execution Steps:
Mission RewardPioneer Cadet