Hacker News new | ask | show | jobs
by wepower_ico 2780 days ago
Is there easy way to build containers ?

I see many resources for running stuff with already built container but could not any simple how to do it. Currently just mounting docker host and building on it.

2 comments

Instead of using docker host you might run docker daemon in sidecar container.

Here is a sample argo workflow which uses this technique:

https://github.com/argoproj/argo/blob/master/examples/sideca...

Dockerfiles?
Edit: I misunderstood the parents question.