mirror of https://github.com/docker/docs.git
tip re: Windows encoding errors on file downloads
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
e6ee1fdcf7
commit
26f0144dc6
|
@ -15,6 +15,8 @@ The `docker-stack.yml` file must be located on a manager for the swarm where you
|
|||
|
||||
Copy-and-paste the contents of that file into a file of the same name on your host.
|
||||
|
||||
>**Tip:** To avoid text encoding errors from a direct file download, especially on Windows, create the file directly in a Linux environment on your local machine and copy-paste the raw text from the original `docker-stack.yml`. A file downloaded on a Windows system might include `^M` line endings, which will prevent the app from running in the Docker Linux based environment.
|
||||
|
||||
2. Copy `docker-stack.yml` from your host machine onto the manager.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue