To manage the mobile platform, use the docker-compose utility and the docker-compose.standalone.yml configuration file in the standalone_compose_files_v23.12.<version number>.zip archive.
NOTE. For details about configuration file, contact technical support sending an request to support@fsight.ru or technical support services that are available after registration at the website.
Main commands to work with Docker components are executed from the server console:
up. Start containers:
First startup:
% docker-compose -f docker-compose.standalone.yml up -d
Next startups:
% docker-compose -f docker-compose.standalone.yml start
restart. Restart running containers:
% docker-compose -f docker-compose.standalone.yml restart
stop. Stop running containers:
% docker-compose -f docker-compose.standalone.yml stop
down. Delete running containers:
% docker-compose -f docker-compose.standalone.yml down
Features of command execution:
When restarting the running containers, updates in the docker-compose.standalone.yml file are not applied.
When deleting the running containers, their data is saved. On the next first start, updates in the docker-compose.standalone.yml file are applied.
To restart containers using updates, it is recommended to use the commands down and up instead of restart or stop and start.
See also:
Updating Foresight Mobile Platform | Administration and Access Control