...
- Container names are selectable options to run deploy.sh only on the specified containers: elastic, postgres, nuxeo, cb, service, postfix. If deploy.sh is run without any containers specified, all containers except postfix will be handled. Postfix container will only be installed (or updated) when specified expressly;
- -rmc will stop and remove containers listed in deploy.sh command;
- -rmi will remove all unused images (ie. Images for which no containers are run);
- -v (or –vv, -vvv, -vvvv) options set log level for the nuxeo or cb containers container. Default log level is ERROR. -v, -vv, -vvv, -vvvv sets to WARN, INFO, DEBUG, TRACE respectively.
...