* Update posh-docker install instructions
Installing the posh-docker module does not cause it to get imported into a PowerShell session. Use the Import-Module cmdlet to import it.
* finalized combo of mmarston and docs team changes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Updates to automated tests doc
Updated automated test doc to reflect new autotest behavior.
* made minor formatting changes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* improve Compose rails sample
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* updated file list and commands based on feedback for no skip-bundle
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added, start, stop, rebuild info to Rails sample
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* updated info re: default Flask port for compose get started
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* more changes for rebuilding steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added rebuild info
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added info about Gemfile.lock to rebuild steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Added Instruction for Visual Studio Subscriptions
For Azure Visual Studio MSDN subscription users will need to enable "programmatic deployments" on the Docker CE VM Marketplace item.
* updated note content, format, and link to blog post
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* improved note format and made blog link open on a new page
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Clarify instructions to create a dockercloud-swarm-role
Add clarification to steps 1, 5, 6, and 8 under `create a dockercloud-swarm-role role with an embedded policy` to prevent misunderstandings.
* walked through the steps and made some copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* brought standard mode AWS linking topic up-to-date
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added images for aws linking in swarm, improved procedure flow
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Add instructions to remove also proxy_set_header Host
Add instructions to remove also proxy_set_header Host when using ELB.
In my case I only had commented out X-Real-IP, X-Forwarded-For, X-Forwarded-Proto, but not Host, and I was getting lots of retrys in Docker. Commenting the proxy_set_header Host fixed the issue, as recommended in https://github.com/moby/moby/issues/16949