docker container --restart always code example
Example 1: docker restart
sudo systemctl restart docker
Example 2: docker why my container start on reboot
docker update --restart=no $(docker ps -a -q)
sudo systemctl restart docker
docker update --restart=no $(docker ps -a -q)