GammaGames

joined 1 year ago
[–] [email protected] 3 points 1 week ago

cat ~/.ssh/id[TAB]

[–] [email protected] 3 points 2 weeks ago

I think they’re really useful, there are alternatives that I think have feature parity at this point but the concepts of containerization are the same

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Yep, you can also set defaults, required, alternates, etc

This discussion did help me realize that my problem was that I forgot an !override on one of my service’s options. Now it’s just merging the two compose files and setting the profile, thanks for that!

[–] [email protected] 1 points 1 month ago (2 children)

The variable is already in the environment, it just doesn’t have a default because it’s required for each container

[–] [email protected] 1 points 1 month ago (4 children)

The env file is the weirdest part, the container itself has a required environment variable and if I don’t pass it in command line (only have it in the test compose file) the base compose fails because it has no port.

Most of the other commands are to merge the compose files so I can keep my base compose file clean!

[–] [email protected] 1 points 1 month ago

Spreading the good word 🙌

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (2 children)

Yes! It reminds me a bit of python’s click library but for bash

[–] [email protected] 2 points 1 month ago (1 children)

It’s pretty much just make, but I find it easier to work with

[–] [email protected] 4 points 1 month ago (3 children)

Discovered just yesterday, my life is easier

 
[–] [email protected] 3 points 1 month ago

Neat, thanks for clarifying! I’ve never heard of it

[–] [email protected] 7 points 1 month ago (3 children)

Popularized? That gets less than 100k downloads a week

view more: next ›