docs/compose
ada 26ea6f3250 Remove dns & dns_search from "unsupported in compose v3"
6b60a60729 adds support for custom dns and dns_search settings to 'stack deploy'.

Tested on my lab in 17.06 with the following docker-compose.yml:

```
version: "3"
services:
  bb1:
    image: busybox
    command: nslookup google.com
    dns: 8.8.8.8

  bb2:
    image: busybox
    command: nslookup google.com
```
results in:
 ```docker service inspect --format "{{ .Spec.TaskTemplate.ContainerSpec.DNSConfig }}" bbdns_bb1
{[8.8.8.8] [] []} ```

```
 ada@trogdor  ~/docker/docker-ee   17.06  git --no-pager log --all --grep 6b60a60729e0b22cc74197e5d00d1621435da7f7
commit 7254b7d7835250677ba58a10127b51e6db61c4ce
Author: Benjamin Boudreau <boudreau.benjamin@gmail.com>
Date:   Thu Mar 23 19:38:17 2017 -0400

    Adding support for dns in stack files

    Signed-off-by: Benjamin Boudreau <boudreau.benjamin@gmail.com>
    Upstream-commit: 6b60a60729e0b22cc74197e5d00d1621435da7f7
    Component: engine
 ada@trogdor  ~/docker/docker-ee   17.06  git --no-pager tag --contains  7254b7d78v17.06.0-ce
v17.06.0-ce-rc1
v17.06.0-ce-rc2
v17.06.0-ce-rc3
v17.06.0-ce-rc4
v17.06.0-ce-rc5
v17.06.1-ce-rc1
v17.06.1-ee-1
v17.06.1-ee-1-rc1
v17.06.1-ee-1-rc2
v17.06.1-ee-1-rc3
v17.06.1-ee-1-rc4
v17.06.1-ee-2
v17.06.1-ee-2-rc1
v17.06.1-ee-2-rc2
v17.06.2-ee-3
v17.06.2-ee-3-rc1
v17.06.2-ee-4
v17.06.2-ee-4-rc1
v17.06.2-ee-4-rc2
v17.06.2-ee-4-rc3
v17.06.2-ee-5
v17.06.2-ee-5-rc1
v17.06.2-ee-5-rc2
v17.06.2-ee-6
v17.06.2-ee-6-rc1
v17.07.0-ce-rc1
v18.01.0-ee-1-tp3
v18.01.0-ee-1-tp4
v18.01.0-ee-1-tp5 
```
2017-12-14 15:06:43 -08:00
..
compose-file Remove dns & dns_search from "unsupported in compose v3" 2017-12-14 15:06:43 -08:00
images Update Compose quick-start to show static loaded image, then volume mount (#4255) 2017-08-18 12:09:24 -07:00
reference Document new features in Compose 1.17 (#5019) (#5021) 2017-11-01 18:40:56 -07:00
aspnet-mssql-compose.md dotnet build fails without sql server dependency (#3215) 2017-05-10 11:58:10 -07:00
bundles.md Update bundles.md 2017-10-18 19:14:06 -07:00
completion.md Update completion.md (#5000) 2017-10-17 17:41:23 -07:00
django.md Update django.md (#5477) 2017-12-11 13:32:40 -08:00
env-file.md Update env-file.md 2017-10-18 19:14:06 -07:00
environment-variables.md Update environment-variables.md 2017-10-18 19:14:06 -07:00
extends.md Remove documentation about the `--ignore-override` option (#3865) 2017-07-12 13:14:50 -07:00
faq.md
gettingstarted.md Update gettingstarted.md (#4985) 2017-10-16 16:58:58 -07:00
index.md Added better links to Compose overview docs (#4074) 2017-08-02 09:59:12 -07:00
install.md Update install.md (#4984) 2017-10-16 16:57:32 -07:00
link-env-deprecated.md Update link-env-deprecated.md 2017-10-18 19:14:06 -07:00
networking.md Update networking.md 2017-10-18 19:14:06 -07:00
overview.md Update overview.md (#4981) 2017-10-16 16:54:58 -07:00
production.md Update production.md 2017-10-18 19:14:06 -07:00
rails.md USE COPY statement instead of ADD (#5336) 2017-11-20 10:02:20 -08:00
samples-for-compose.md More improvements 2017-10-18 19:14:06 -07:00
startup-order.md Update startup-order.md (#4907) 2017-10-23 17:23:06 -07:00
swarm.md more link fixes 2017-01-11 14:43:52 -08:00
wordpress.md Make the link in wordpress.md point to the right engine doc (#4838) 2017-10-09 17:02:23 -07:00