You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could not parse Dockerfile: --> 1:17
|
1 | ENV MY_DOG=Rex\ The\ Dog␊
| ^---
|
= expected EOI or env_pair
Note the documentation mentions that spaces can be escaped with backslashes (example above is from the documentation):
The value will be interpreted for other environment variables, so quote characters will be removed if they are not escaped. Like command line parsing, quotes and backslashes can be used to include spaces within values.
The following fails to parse:
Note the documentation mentions that spaces can be escaped with backslashes (example above is from the documentation):
https://docs.docker.com/engine/reference/builder/#env
The text was updated successfully, but these errors were encountered: