• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle





  • Am I understanding correctly that you are building the image by copying in key elements from the host machine’s functioning nginx installation?

    This is creative but not common approach to docker.

    Normally software is installed following the officially documented procedure (imagine installing using apt or a shell script via RUN). Sometimes software documentation has specific recommendations to follow for containerized installs.

    It’s common to have the version defined as a variable where a change in value invalidates the docker layer cache. To me it’s unclear how caching would work with your dockerfile, for example, in the event of a upgrade. You could also see how a breaking change (such as one in the paths you are copying) could run into issues with your hardcoded approach.

    In the case of software like nginx, I would use the official image, mount config/cert files instead of copying, and extend in my own dockerfile if needed.








  • Kinda comes across as someone complaining about how their company implemented agile. The only thing I can relate to is long sprints around the holidays, which I don’t see as an issue.

    I’ve only worked for 20-30 person companies so maybe it’s a corpo thing? The post reads like a list of red flags that would have me looking for a new job pronto.

    Seems to be more a problem of shitty management than agile vs waterfall.



  • So, I finally decided to ditch Ubuntu for desktop and servers last month and went distro shopping.

    In the end, I settled on Debian. My rational was I had already been using Debian under the hood for nearly 20 years and it has treated me well. I’ve really come to appreciate that there is always an abundance of help and documentation compared to some other distros.

    In addition to apt, I use flatpaks now.

    Installing NVIDIA drivers manually kinda sucks but vanilla Gnome shell is so much nicer than Ubuntu’s Gnome.




  • Would never touch it personally, but I found your history of Windows piracy in China very interesting!

    In the US the license was always bundled with the hardware unless you build your own. I worked for my university’s computer labs IT department and was able to acquire a key that I used for about a decade. Later, also scavenged a key from an old broken laptop, back when they printed it on the bottom, for my current Windows partition. Best to avoid paying for it…

    I’ve been using mostly Windows for a desktop and Linux for servers for many years, but 11 is where I have to call it quits. My old friend Debian leads me forward from here :)