docker delete image
Delete a Docker image named "nginx:latest" that was used to serve static files for a web application
Remove a Docker image with the ID "sha256:1234567890abcdef" that was used to deploy a production application
Delete a Docker image named "my-web-app" that was created by running the command "docker run -d --name my-web-app -p 8080:80 python:3.9-slim bash -c 'python -m http.server'"