To set a docker container to start on system reboot, run
1 |
docker update --restart=unless-stopped CONTAINER_ID |
Replace CONTAINER_ID with actual ID of your container.
To set a docker container to start on system reboot, run
1 |
docker update --restart=unless-stopped CONTAINER_ID |
Replace CONTAINER_ID with actual ID of your container.