• 0 Posts
  • 44 Comments
Joined 11 months ago
cake
Cake day: July 15th, 2023

help-circle




  • Apparently not cause it’s super easy to find. Searching “docker” on Google returned it as the top result for me. it’s a container platform. You have code and it needs somewhere to run. That could be on your computer but that’s ineffective at handling package conflicts. So you run it in a container. This means you can install the specific versions of dependencies that the code needs and you’re least likely to run into conflicts. You can also run multiple instances of a program regardless of whether it would allow it because each instance runs in its own container. Blissfully unaware of the others










  • This makes me wonder how powerful a repo platform like gitlab would be if it allowed people to suggest software ideas and have people make them. In this instance a simple GUI wrapper for bulk rename command line would be sufficient but I would bet there’s millions of things like that, not world changing software just nice qol stuff