minus-square@Wyatt@programming.devtoProgramming@programming.dev•Tool to manage CLI toolslinkfedilinkEnglish0•edit-21 year agoWhat do you mean? I containerize my tools, and write a docker file to install everything. The dockerfile is just something like: FROM ubuntu:22.04 RUN apt-get update && apt-get install -y helm pluto kubeval etc How is that gross? linkfedilink
minus-square@Wyatt@programming.devtoTechnology@lemmy.world•Google’s claim that search users have choice is “bogus,” Microsoft CEO tells judgelinkfedilinkEnglish1•2 years agoI’ve seen this mentioned so much, I’m gonna have to check it out. linkfedilink
What do you mean? I containerize my tools, and write a docker file to install everything. The dockerfile is just something like:
FROM ubuntu:22.04
RUN apt-get update &&
apt-get install -y helm pluto kubeval etc
How is that gross?