auto start service inside docker after ubuntu restart code example
Example: docker how to restart container at coputer startup
docker run -d --restart unless-stopped -p27017:27017 mongo
docker run -d --restart unless-stopped -p27017:27017 mongo