Deepstack on Docker Ubuntu Run At Startup

chspyder

n3wb
May 16, 2018
22
0
Madagascar, USA
So I would like to inquire how to automatically run deepstack at startup on my Ubuntu with Docker, I have docker set to auto startup, but it wont auto start deepstack.

Thank You In Advance
Chspyder
 
I am running Docker Desktop on WSL2 and not Ubuntu. Here is the command I use to create the container. The --restart=always may work for you.

docker run --restart=always -e MODE=High -e VISION-DETECTION=True -v localstorage:/datastore -p 8092:5000 --name deepstack3 deepquestai/deepstack:cpu-2020.12
 
  • Like
Reactions: chspyder