Managing CellStore
Estimated reading time: 1 minuteStarting, stopping and restarting CellStore
As soon as CellStore container has been created in CellStore installation, you can use the following commands:
docker start cellstore
docker stop cellstore
docker restart cellstore
If you also created service definitions for your init system you can also use the corresponding commands.
If using systemd:
systemctl start cellstore
systemctl stop cellstore
systemctl restart cellstore
If using upstart:
service cellstore start
service cellstore stop
service cellstore restart
Checking the status of CellStore
docker ps -a
Checking CellStore logs
Print CellStore logs:
docker logs cellstore
Follow CellStore logs:
docker logs -f cellstore