docs
docs copied to clipboard
Missing characted in documentation
Is this a docs issue?
- [X] My issue is about the documentation content or website
Type of issue
Information is incorrect
Description
in the official cheat sheet where the command for building a docker image from a docker file is explained, there is a "." missing at the end of the command.
Current command:
docker build -t <image_name>
Corrected command:
docker build -t <image_name> .
Location
https://docs.docker.com/get-started/docker_cheatsheet.pdf
Suggestion
Adding a "." to the end of the command:
Build an Image from a Dockerfile docker build -t <image_name> .
Thanks for reporting! I'll have to check who maintains that PDF 🤔
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.
Prevent issues from auto-closing with a /lifecycle frozen comment.
/lifecycle stale
/lifecycle frozen