torus-cli icon indicating copy to clipboard operation
torus-cli copied to clipboard

Offer pre-built docker container with torus installed

Open ianlivingstone opened this issue 6 years ago • 2 comments

It'd be nice for some use cases if Torus offered a pre-built docker container similar to the aws-cli docker container for use inside CI environments.

ianlivingstone avatar Nov 07 '17 13:11 ianlivingstone

Ideally we use a very thin base image so the container is only torus and it's requirements (ca-certs).

ianlivingstone avatar Nov 07 '17 13:11 ianlivingstone

@ianlivingstone actually I don't think that this is usable. Usually, such images require more software installed to perform certain operations.

I'd suggest providing an installation script for Docker images. Like this, for Alpine: https://github.com/radmen/docker-build-scripts/blob/master/scripts/alpine/torus-cli

radmen avatar Dec 14 '17 15:12 radmen