10545/error-saying-build-requires-argument-see-docker-build-help
I’m getting an error saying
"build" requires 1 argument. See 'docker build --help'
When I execute the following command
sudo docker build -t myrepo/redis
Try adding a period at the end of the command
sudo docker build -t myrepo/redis.
I'm attempting to build and tag an ...READ MORE
Heyy @Hannah, You seem to be using ...READ MORE