mirror of https://github.com/docker/docs.git
Fix typo
This commit is contained in:
parent
d749399706
commit
a2e2846b6c
|
@ -202,7 +202,7 @@ cd example
|
||||||
# create an example file
|
# create an example file
|
||||||
touch somefile.txt
|
touch somefile.txt
|
||||||
|
|
||||||
# build and image using the current directory as context, and a Dockerfile passed through stdin
|
# build an image using the current directory as context, and a Dockerfile passed through stdin
|
||||||
docker build -t myimage:latest -f- . <<EOF
|
docker build -t myimage:latest -f- . <<EOF
|
||||||
FROM busybox
|
FROM busybox
|
||||||
COPY somefile.txt .
|
COPY somefile.txt .
|
||||||
|
|
Loading…
Reference in New Issue