Files
docker-docs/compose
Eiichi Kitagawa 0540ee39dd Fixing download location
Download command below points to a dir that doesn't exist
```
Invoke-WebRequest "https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Windows-x86_64.exe" -UseBasicParsing -OutFile $Env:ProgramFiles\Docker\Docker\resources\bin\docker-compose.exe
```
On Windows Server 2019 (and probably on 2016), other exe files are under "$Env:ProgramFiles\Docker\" so that should be a good place to put the compose's executable.  This directory is also registered in "PATH" of the system, so users can call out `docker-compose --version` command on the next step without additional configuration.
2019-03-22 09:19:38 -07:00
..
2019-01-11 13:55:47 -05:00
2019-02-20 17:24:16 +00:00
2018-03-08 16:50:58 -08:00
2018-08-06 16:07:11 -04:00
2019-01-11 13:15:16 -05:00
2019-03-22 09:19:38 -07:00
2018-06-15 14:58:07 -07:00
2017-10-18 19:14:06 -07:00