GustavoM@lemmy.world to Linux@lemmy.mlEnglish · edit-211 months agoAm I wrong to assume that docker is perfect for single board computers that relies on low life expectancy drives (microsd)?message-squaremessage-square14fedilinkarrow-up125arrow-down16file-text
arrow-up119arrow-down1message-squareAm I wrong to assume that docker is perfect for single board computers that relies on low life expectancy drives (microsd)?GustavoM@lemmy.world to Linux@lemmy.mlEnglish · edit-211 months agomessage-square14fedilinkfile-text
minus-squareaksdb@feddit.delinkfedilinkarrow-up4arrow-down1·11 months agoIf the application in question doesn’t need to write anything, it also doesn’t write outside of docker, so it also won’t wear down the SD card. If the app has to write something, a fully read-only container will simply not work (the app will crash or fail otherwise).
If the application in question doesn’t need to write anything, it also doesn’t write outside of docker, so it also won’t wear down the SD card.
If the app has to write something, a fully read-only container will simply not work (the app will crash or fail otherwise).