Skip to content

Missing characted in documentation #18575

@arianitxyz

Description

@arianitxyz

Is this a docs issue?

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions