L'argomento Docker '--skip-mac-address' causa errore di ricompilazione

Ciao a tutti,

Sto cercando di installare discourse usando la rete host di docker e mi sto imbattendo in un errore strano con il comando rebuild.

Se eseguo ./launcher rebuild app --docker-args --net=host --skip-mac-address allora discourse si ricostruisce senza problemi ed è accessibile dal mio load balancer.

Ma se aggiungo la configurazione a container/app.yml invece, ottengo un errore all’inizio del processo di rebuild.

[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]#

Vorrei aggiungere questo come parte della configurazione in modo che se io o un altro amministratore eseguiamo un rebuild, o qualcosa di simile, non dovremo ricordarci di aggiungere ogni volta le flag aggiuntive.