In my (limited) experience Docker is just “run some script from a random GitHub that loads more stuff from a random GitHub… now you have a blob of code on your PC somewhere that’s unmodifiable and inaccessible unless it’s a web app in which case it’s listening on a random port with no access to any system resources”
I assume there’s something more I need to be doing but all the learning resources just kinda assume you understood wtf it’s doing.
Hawke@lemmy.world 8 hours ago
Got any good resources for learning?
In my (limited) experience Docker is just “run some script from a random GitHub that loads more stuff from a random GitHub… now you have a blob of code on your PC somewhere that’s unmodifiable and inaccessible unless it’s a web app in which case it’s listening on a random port with no access to any system resources”
I assume there’s something more I need to be doing but all the learning resources just kinda assume you understood wtf it’s doing.
notoftenthat@sh.itjust.works 8 hours ago
Switch “some script” to “docker compose” and you are a subject matter expert.
Sir_Kevin@lemmy.dbzer0.com 6 hours ago
Welcome to the linux community.
Hawke@lemmy.world 5 hours ago
I mean I’d rather get told to “rtfm” than hear “it just works” with no explanation