Skip to content

Commit 02ee587

Browse files
authored
Add warning about windows to Docker install documentation (#1521)
1 parent 9214325 commit 02ee587

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Docker image.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ dependencies. We also provide:
3030
Make sure that you have a recent version of Docker installed, as well as Docker
3131
Compose.
3232

33+
.. warning::
34+
35+
**If you use Windows**, make sure to clone the Git repo with the option
36+
``core.autocrlf`` set to ``input``. CMS requires Unix line endings; without
37+
this option Git will convert all files to Windows line endings.
38+
3339
.. _docker-image_running-tests:
3440

3541
Running tests

0 commit comments

Comments
 (0)