* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
* rough pass at tabs, jsonification
* GHPages 147, authoring YML, sitemap via plugin, working JS
* Update Gemfile
* Removing dk.rb artifact
* Simplifying authoring YML even more
* More YML simplification
* Remove jekyll-seo -- even more perf gain
* Glossary support
* Collections support
* Incremental off; GH Pages 172 gets build time to 50 seconds
* Added reference to proxy settings
Added reference to proxy settings in part 2 since proxy needs to be configured in order to run hello-world container.
* Update index.md
add newline
* Update index.md
fixed link
I had certificates issues when the pip command was run:
There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Using the pip like this solved the issue:
RUN pip install --trusted-host pypi.python.org -r requirements.txt
* images to cover AWS deploy
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added instructions on opening ports with security groups in AWS
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* finalized cloud deploy procedure, added info re: unset docker-machine variables
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added screen snaps, cleanup, and iteration steps to cloud example
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* removed edge releases qualification on swarm connect from Desktop apps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added visualizer on cloud screen snap
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* moved iteration, cleanup step to be without CE steps in part 6
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>