Im trying to learn more about docker with colima especially on apple-silicon,
so far... I understand the basics of it and how both actually work together. But I do have some question about how to manage it so far as :
- stopping colima directly without loosing data/containers
(
colima stop [c-id]
before or afterdocker stopĀ [c-id]
, is it needed ?)*
- restart colima easily without having to setup everything (colima actually drains a lot of RAM)
(right now, when ever I stop colima and restart it, I can't see my past containers working running ( I think it is because it stops them too).*
(Specially for different ARCH, I want to know if there's a way to stop colima and then restart it without having to care about inner dockers container states.)*
- how to switch default Deamon on colima
(how to switch so far the default deamon whenever we use
colima start
.)
- manage deamons names
(I haven't seen any way to rename existing deamons without recreating them on top.)
- how to run colima on boot on a specific deamon
- change colima context without affecting docker
- having stats of colima deamon running (cpu & ram usage...=/= allocated)
Thank you for your help, if any question isn't clear or doesn't make sens, feel free to quote it and correct it.