Challenge,
Run a container using the docker run
command. That's it - that's the challenge.
Hint 1 💡
The only mandatory argument for the docker run
command is the container image name,
which in its simplest form can be just nginx
, or redis
, or even debian
, or alpine
.
If you're curious about the image name format, and how come nginx
is the same
as nginx:latest
and docker.io/library/nginx:latest
, here's a visual explanation
(but no worries if it looks a little overwhelming - you'll get the hang of it once we move on to more container image related challenges):

Level up your Server Side game — Join 10,000 engineers who receive insightful learning materials straight to their inbox