some updates, cant remember what for

This commit is contained in:
Ari Brown 2025-01-22 10:09:36 -05:00
parent 92c769a2b0
commit cd5ce7e16f
3 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,8 @@
* start docker containers via method on Machine()
* control and automate logfiles
* add logfile for `docker events`
* build web frontend
* identify containers that error out
* oomkill is common with docker because you're not allowed to suddenly reach
for swap space (???)
* removing this functionality is difficult and OS-dependent