|
|
|
|
|
by datastack
1567 days ago
|
|
Yeah, I used their official image also. If all cli tools were available as officially supported docker images, 'dockerized' would probably not need to exist, other than just a bash function (and something else for windows). Unfortunately it's not the case, and many tools only come in zipped binaries, or must be compiled. An alternative approach would have been to make docker images for all cli tools, and publish them. But the burden of maintenance would be quite a bit higher, and it would still be unclear for users which images to use for each cli tool. |
|