You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then trigger the error from the frontend; the log will now display the corresponding error in real time.
208
208
209
-
### Restarting Docker Containers After Controller Reboot
209
+
### Docker containers do not restart themselves after a Controller reboot
210
210
211
211
If Docker containers don't auto-restart after a system reboot, run:
212
212
213
213
```bash
214
214
docker start $(docker ps -a -q)
215
215
```
216
216
217
-
###Disadvantages
217
+
## Disadvantages
218
218
219
219
The VM image is written to death, there is no way to use your own custom image, and there is no way to export it, and the original image does not have password login and ROOT login available.
0 commit comments