@@ -1777,7 +1777,7 @@ This issue can happen when Docker fails to find and copy a file.
1777
1777
**Troubleshooting steps**
1778
1778
* Ensure that the source file exists in the Docker build context
1779
1779
* Ensure that the source and destination paths exist and are spelled correctly
1780
- * Ensure that the source file is not listed in the `.dockerignore` of the current and parent directories
1780
+ * Ensure that the source file isn't listed in the `.dockerignore` of the current and parent directories
1781
1781
* Remove any trailing comments from the same line as the `COPY` command
1782
1782
1783
1783
**Resources**
@@ -1815,7 +1815,7 @@ If you aren't using a virtual network, or if you've configured it correctly, tes
1815
1815
## *Unknown Docker command*
1816
1816
### Unknown Docker instruction
1817
1817
<!--issueDescription-->
1818
- This issue can happen when Docker does not recognize an instruction in the Dockerfile.
1818
+ This issue can happen when Docker doesn't recognize an instruction in the Dockerfile.
1819
1819
1820
1820
**Potential causes:**
1821
1821
* Unknown Docker instruction being used in Dockerfile
@@ -1828,8 +1828,8 @@ This issue can happen when Docker does not recognize an instruction in the Docke
1828
1828
1829
1829
**Troubleshooting steps**
1830
1830
* Ensure that the Docker command is valid and spelled correctly
1831
- * Ensure there is a space between the Docker command and arguments
1832
- * Ensure there is no unnecessary whitespace in the Dockerfile
1831
+ * Ensure there's a space between the Docker command and arguments
1832
+ * Ensure there's no unnecessary whitespace in the Dockerfile
1833
1833
* Ensure Dockerfile is formatted correctly and is encoded in UTF-8
1834
1834
1835
1835
**Resources**
0 commit comments