Can someone help with this? The task was to run a Docker container with the nginx alpine tag. I did the same, but the task is failing. Am I doing anything wrong here?
You should use nginx:alpine image, i.e. image with this exactly tag.
1 Like
Thank you so much it worked!