Deepstack on Docker Ubuntu Run At Startup

chspyder

n3wb
Joined
May 16, 2018
Messages
21
Reaction score
0
Location
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
 

jz3082

Young grasshopper
Joined
Dec 13, 2019
Messages
78
Reaction score
22
Location
Oklahoma, US
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
 
Top