DockerCLI/cli/compose
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
..
convert Fix external networks 2017-12-11 11:29:49 -05:00
interpolation Fix load order 2017-10-05 12:03:29 -04:00
loader Add "pid" to unsupported options list 2017-12-27 12:45:42 +01:00
schema Add missing additionalProperties marker on mount definitions 2017-12-06 12:37:38 -08:00
template Return an error instead of an `*InvalidTemplateError` 2017-05-11 17:35:06 +02:00
types Add "pid" to unsupported options list 2017-12-27 12:45:42 +01:00