-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
area/get-startedRelates to get started and onboarding docsRelates to get started and onboarding docslifecycle/frozenlifecycle/lockedlifecycle/stalestatus/triageNeeds triageNeeds triage
Description
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
Labels
area/get-startedRelates to get started and onboarding docsRelates to get started and onboarding docslifecycle/frozenlifecycle/lockedlifecycle/stalestatus/triageNeeds triageNeeds triage