Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

OptionDescription
--clean, -cCleaning all containers, volumes, and networks
--delete-containersRemoving containers without removing volumes and networks
--dhcpActivation of a DHCP server with support for Zero Touch Provisioning (ZTP) functionality, which automatically adds devices to the system
--database-host <HOST>IP address for connecting to an external PostgreSQL database installed on another host. Do not use if the PostgreSQL database is running on the host with ЕССM
--database-port <PORT>Port for connecting to an external PostgreSQL database installed on another host. Do not use if the PostgreSQL database is running on the host with ЕССM
--help, -hCalling up reference information
--httpsActivation of https support mode. Requires a certificate.
--installInstalling Docker and Docker Compose on the host
--interactive, -iStart the system in interactive mode. Use with the --start key
--loadLoad all available .tar.gz archives from the image directory into docker
--logging, -l <LEVEL>Set the logging level for the ESSM project. Available values: DEBUG, INFO
--logging-aspectEnabling logging via service aspects. The aspect logs all entries and exits from methods, their parameters, and return values. It is not recommended to enable this parameter during normal system operation
--metrics, -mLaunching the system in metric collection mode. In this mode, Grafana, Prometheus, and additional monitoring tools for the host, Docker containers, and PostgreSQL databases are launched. The Grafana web interface is available at http://<IP_ECCM>:3000
--pull, -pDownloading/updating images before system launch
--rootlog <LEVEL>Set the logging level for all projects. Available values: DEBUG, INFO
--saveSaving all Docker images to .tar.gz archives
--start, -s <ADDRESS>Running the system with the IP address that will be used to connect to the server
--stopSystem shutdown
--storage <ADDRESS>ECCM address in the device management network (backbone). Used to store device firmware
--tracing, -t <ADDRESS>Activation of the Jaeger OpenTracing tracing service. It is necessary to specify the IP address of the Jaeger server
--show-containersShow all containers on the server
--show-imagesShow all images on the server
--recreate-service <SERVICE>

Recreate the container with new parameters

Примечание

The container is recreated according to the .env file of the corresponding compose project.


...