The Dockerfile reference includes an escape directive which lets you set the escape character for the file. This appears to be fairly widely used, particularly for Windows Dockerfiles. However, it is not yet respected by this parser. It will likely storing some state in an external parser as described here.
The Dockerfile reference includes an
escape
directive which lets you set the escape character for the file. This appears to be fairly widely used, particularly for Windows Dockerfiles. However, it is not yet respected by this parser. It will likely storing some state in an external parser as described here.