compose/docs
CJ 25ee3f0033 Remove extra s from --add-host
linting...
six.string_types
list-of-strings in examples
disallow extra_hosts support for list-of-dicts
A more thorough sets of tests for extra_hosts
Provide better examples
As per @aanand's [comment](https://github.com/docker/compose/pull/1158/files#r28326312)

  I think it'd be better to check `if not isinstance(extra_hosts_line,
  six.string_types)` and raise an error saying `extra_hosts_config must be
  either a list of strings or a string->string mapping`. We shouldn't need
  to do anything special with the list-of-dicts case.
order result to work with assert
use set() instead of sort()

Signed-off-by: CJ <lim@chernjie.com>
2015-04-24 09:21:29 +08:00
..
Dockerfile add ./script/doc to build fig documentation using the docs.docker.com tooling 2015-02-23 13:56:13 +10:00
cli.md Add an index to the bottom of the Compose docs as they're scattered around docs.docker.com 2015-02-25 23:38:25 +10:00
completion.md Bump 1.2.0 2015-04-16 17:48:28 +01:00
django.md Edits and revisions to Compose Quickstart guides 2015-02-26 18:58:06 -08:00
env.md Add an index to the bottom of the Compose docs as they're scattered around docs.docker.com 2015-02-25 23:38:25 +10:00
extends.md Add tutorial and reference for `extends` 2015-04-07 13:46:14 +01:00
index.md Adds Where to Get Help section 2015-04-09 16:23:25 -07:00
install.md Bump 1.2.0 2015-04-16 17:48:28 +01:00
mkdocs.yml Add tutorial and reference for `extends` 2015-04-07 13:46:14 +01:00
production.md Prepping for 1.6 release. 2015-04-06 16:47:07 -07:00
rails.md Fix missing space in rails docs 2015-03-04 10:27:25 +00:00
wordpress.md Edits and revisions to Compose Quickstart guides 2015-02-26 18:58:06 -08:00
yml.md Remove extra s from --add-host 2015-04-24 09:21:29 +08:00