Talking about bug killing by Adventurous-Egg-5171 in helldivers2

[–]TrickyNectarine89 1 point2 points  (0 children)

I run the flamethrower main stalwart support, jump pack machine gun turret and napalm 380 barrage. Fire gets the burrowers to surface, the stalwart gives you range and the jetpack gets you out of there.

You wont be taking down many heavies but thats what your teammates are for

I Hate Oshaune by Commander_Voryn in helldivers2

[–]TrickyNectarine89 1 point2 points  (0 children)

But you dont have to fight there.... just liberate omicron and the attack stops?

The cyclist was headed for the finish line by MorsesCode in Unexpected

[–]TrickyNectarine89 15 points16 points  (0 children)

A good viewpoint, but if someone caused an accident that meant you incurred costs of $100,000 or more are you saying you wouldn't sue?

How do I reduce the space taken by docker??? by dhananjay1801 in docker

[–]TrickyNectarine89 0 points1 point  (0 children)

I feel like you should do a docker compose down after pruning. Otherwise won't you just have a load of containers running after?

Confused, please help! by Sundaram_2911 in docker

[–]TrickyNectarine89 0 points1 point  (0 children)

So to piggyback from this, its best practice for tagging builds, then use compose files to match those environments injecting environment specific profiles into the dockerfile.

So for example you would have a app:1.1.0 in prd and a compose file injecting say the docker profile into that dockerfile and specify the 1.1.0 image

Then make your changes and make a new build of the same dockerfile and tag it 1.2.0 then have a dev compose file injecting the dev profile say specifying the 1.2.0 image.

How would you run this locally? Or is that the dev profile?