mirror of https://github.com/docker/docs.git
add file name to step description (#9688)
* add file name to step description add file name to step description * Minor grammar fix
This commit is contained in:
parent
3eddae738a
commit
806ed5f4e8
|
@ -187,7 +187,7 @@ layers are the same.
|
||||||
|
|
||||||
1. Make a new directory `cow-test/` and change into it.
|
1. Make a new directory `cow-test/` and change into it.
|
||||||
|
|
||||||
2. Within `cow-test/`, create a new file with the following contents:
|
2. Within `cow-test/`, create a new file called `hello.sh` with the following contents:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
Loading…
Reference in New Issue