Comment on How to manage docker compose apps?
Jakeroxs@sh.itjust.works 1 day agoJust replace Apt update with docker pull 🤷♂️
Comment on How to manage docker compose apps?
Jakeroxs@sh.itjust.works 1 day agoJust replace Apt update with docker pull 🤷♂️
tehWrapper@lemmy.world 12 hours ago
Docker pull lacks a lot of the automation apt has if your using multiple images, and needing to restart them.
I’m an old man set in my ways… i see the benefit of docker and having set images, but also see so much waste having multi installs of the same thing for different docker images.
Jakeroxs@sh.itjust.works 6 hours ago
Idk most of the time I just dcpull dcup (aliases ftw)
Ofc had some stuff break occasionally if there’s a breaking change but the same could happen through apt no?