79593326

Date: 2025-04-25 21:29:32
Score: 1
Natty:
Report link

docker build -t nginx:stable .

I suppose you should choose a different tag name for the resulting image; the one you chose conflicts with the base image you're using.

Try something like docker build --tag myown-ngingx:stable .

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nkiryanov