PacktPublishing / Learn-Grafana-7.0

Learn Grafana 7.0, published by packt
MIT License
66 stars 46 forks source link

"docker build" requires exactly 1 argument. #5

Closed dal233 closed 3 years ago

dal233 commented 3 years ago

I get this message:

"docker build" requires exactly 1 argument.

When I run this command in Chapter 6:

docker build --pull --tag weather

When I replace the above command with:

docker build --pull --tag bin .

It completes the build.

Just an FYI.

esalituro commented 3 years ago

Good catch! Thank you for the feedback

    $ docker build --pull --tag weather .

should work as well. Just remember to reference the correct image tag when you docker run the container.

esalituro commented 3 years ago

This should be updated in the ERRATA.md