Comment on I tried to selfhost Nextcloud at work
scrubbles@poptalk.scrubbles.tech 1 month agoThat doesn’t make up for bad container decisions. I run much more complex containers both that split out responsibilities and that contain everything as one container. The size and complexity is irrelevant to the bad design decisions. You can have an image that eats up gigabytes of space that runs off of proper environment/config variables with properly mounted volumes.
possiblylinux127@lemmy.zip 1 month ago
Again there docker image is just a packaging format and a health check. I very much wish it were better but for now it works
scrubbles@poptalk.scrubbles.tech 1 month ago
Just because it works doesn’t mean it follows best practices.
docs.docker.com/build/building/best-practices/#cr…