Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FO
Posts
43
Comments
745
Joined
1 yr. ago

  • Yeah docker is great for this and it's really a pleasure to deploy apps so quickly but the problems comes later, if you want to really customize the service to you, you can't instead of doing your own image...

  • I agree with it, docker can be simple but can be a real pain too. The good old scripts are the way to go in my opinion, but I kinda like the lxc containers in docker, this principle of containerization is surely great but maybe not the way docker does... (maybe distrobox could be good too 🤷 )

    Docker is absolutely a good when having to scale your env but I think that you should build your own images and not use prebuild ones

  • yeah I think that at the end even if it seems a bit "retro" the "normal install" with periodic backups/updates on default vm (or even lxc containers) are the best to use, the most stable and configurable