docs icon indicating copy to clipboard operation
docs copied to clipboard

Missing characted in documentation

Open arianitxyz opened this issue 2 years ago • 3 comments

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> .

arianitxyz avatar Nov 02 '23 11:11 arianitxyz

Thanks for reporting! I'll have to check who maintains that PDF 🤔

Screenshot 2023-11-27 at 21 34 06

thaJeztah avatar Nov 27 '23 20:11 thaJeztah

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

docker-robot[bot] avatar Mar 15 '24 01:03 docker-robot[bot]

/lifecycle frozen

thaJeztah avatar Mar 15 '24 09:03 thaJeztah