79703209

Date: 2025-07-16 09:34:02
Score: 0.5
Natty:
Report link

Your build command has a space typo: - t instead of -t. This causes the image to be untagged, so docker run can’t find imageubuntu1.

  1. Rebuild with the right syntax: docker build -t imageubuntu1 .

  2. Run your container: docker run -d container1 imageubuntu1

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