KK Lab4 issue with docker build

Docker Build -t command is not getting accepted by system. anyone else facing same issue

Are you using docker build -t .? The dot at the end is important, you have to specifiy the folder where docker build needs to look for the Dockerfile.

What is the full command you tried with and what is the error you get ?