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

Feature Request: Distribute Linode CLI as OCI Container Image

Open pcgeek86 opened this issue 3 years ago • 1 comments

I'd like to run the Linode CLI as a container image, rather than "installing" it on my development workstation. I'm primarily using Docker Desktop with Windows 11. I should be able to persist the Linode CLI configuration to my system by using a Docker bind mount.

For example:

docker run -it linode/cli --mount "src=$HOME/.config/linode-cli,dst=/root/.config/linode-cli,type=bind"

pcgeek86 avatar May 13 '22 19:05 pcgeek86

That's a cool idea - I'll take a look at integrating a container build into our existing release process.

Dorthu avatar May 13 '22 19:05 Dorthu