Docker 引数 '--skip-mac-address' が再構築エラーを引き起こす

皆さん、こんにちは。

Dockerホストネットワーキングを使用してDiscourseをインストールしようとしていますが、rebuildコマンドで奇妙なエラーが発生しています。

./launcher rebuild app --docker-args --net=host --skip-mac-address を実行すると、Discourseは問題なく再構築され、ロードバランサーからアクセスできます。

しかし、代わりに container/app.yml に設定を追加すると、再構築プロセスの開始時にエラーが発生します。

[root@hpc-discourse-p1 discourse]# ./launcher rebuild app
Device "docker0" does not exist.
x86_64 arch detected.
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
unknown flag: --skip-mac-address
See 'docker run --help'.
unknown flag: --skip-mac-address
See 'docker run --help'.
unknown flag: --skip-mac-address
See 'docker run --help'.
unknown flag: --skip-mac-address
See 'docker run --help'.
unknown flag: --skip-mac-address
See 'docker run --help'.
cd /pups && git pull && git checkout v1.0.3 && /pups/bin/pups --stdin
unknown flag: --skip-mac-address
See 'docker run --help'.
cat: cids/app_bootstrap.cid: No such file or directory
"docker rm" requires at least 1 argument.
See 'docker rm --help'.

Usage:  docker rm [OPTIONS] CONTAINER [CONTAINER...]

Remove one or more containers
rm: cannot remove 'cids/app_bootstrap.cid': No such file or directory
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
[root@hpc-discourse-p1 discourse]#

次回以降、私や他の管理者が rebuild や同様のコマンドを実行する際に、毎回追加のフラグを追加することを覚えておく必要がないように、これを設定の一部として追加したいと思います。