linode-cli
linode-cli copied to clipboard
Feature Request: Distribute Linode CLI as OCI Container Image
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"
That's a cool idea - I'll take a look at integrating a container build into our existing release process.