Which configuration runs the required Nginx image as my-nginx on host port 8080?
my-nginx
Run an Apache HTTP Server image under the name my-nginx.
Run docker.io/library/nginx:latest detached as my-nginx, mapping host 8080 to container 80.
docker.io/library/nginx:latest
Run the correct image as nginx-service with the same ports.
nginx-service
Run my-nginx mapping host 80 to container 8080.