DockerCLI/cli
Sebastiaan van Stijn 70a29b492d
Add "pid" to unsupported options list
Services do not support custom "pid"-modes (e.g. `--pid=host`), but this
option was ignored silently when deploying a stack.

This patch adds `pid` to the list of unsupported options so that a warning
is printed;

With this patch applied:

    $ docker stack deploy -c docker-compose.yml foobar
    Ignoring unsupported options: pid

    Creating network foobar_default
    Creating service foobar_test

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-27 12:45:42 +01:00
..
command Add support for experimental Cli configuration 2017-12-22 14:48:47 +01:00
compose Add "pid" to unsupported options list 2017-12-27 12:45:42 +01:00
config Add support for experimental Cli configuration 2017-12-22 14:48:47 +01:00
debug updated vendoring 2017-09-01 19:41:06 -04:00
flags updated vendoring 2017-09-01 19:41:06 -04:00
trust Bump moby to f4d4f5863156b82ef146b6ff1e845f8dcf019f12 2017-11-08 17:50:58 +01:00
winresources Add windows resources to binary. 2017-05-15 18:03:03 -04:00
cobra.go Hide help flag from help output. 2017-10-26 12:17:50 -04:00
error.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00
required.go Singularize / pluralize "argument(s)" in error message 2017-08-12 18:25:38 +02:00
required_test.go Singularize / pluralize "argument(s)" in error message 2017-08-12 18:25:38 +02:00
version.go Add platform and its components to docker version output 2017-12-07 02:04:10 +01:00