DevOps Under the Hood — Episode 3: What Actually Happens When You Run docker run?
If you have used Docker, you have probably typed this command countless times:
docker run nginx
A few seconds later, you see a running container.
It feels simple.
But Docker didn't just "start Nginx.
devops-learning-commands.hashnode.dev8 min read