mirror of https://github.com/docker/docs.git
Fix typo on engine/getstarted/step_four.md
This commit is contained in:
parent
b72b9d3ba5
commit
6e5b3758af
|
@ -104,7 +104,7 @@ creating an image which runs on Linux.
|
||||||
## Step 2: Build an image from your Dockerfile
|
## Step 2: Build an image from your Dockerfile
|
||||||
|
|
||||||
While you are in the `mydockerbuild` directory, build the image using the
|
While you are in the `mydockerbuild` directory, build the image using the
|
||||||
`docker build` image. The `-t` parameter gives your image a tag, so you can
|
`docker build` command. The `-t` parameter gives your image a tag, so you can
|
||||||
run it more easily later. Don't forget the `.` command, which tells the
|
run it more easily later. Don't forget the `.` command, which tells the
|
||||||
`docker build` command to look in the current directory for a file called
|
`docker build` command to look in the current directory for a file called
|
||||||
`Dockerfile`. This command works the same in Linux, macOS, or Windows.
|
`Dockerfile`. This command works the same in Linux, macOS, or Windows.
|
||||||
|
|
Loading…
Reference in New Issue