Sign inSign up

chinayin/kiro-cli

By chinayin

Updated 6 months ago

Docker image for kiro-cli

Image
0

2.5K

chinayin/kiro-cli repository overview

kiro-cli

Docker image for kiro-cli

Docker Image CI Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

Authorization file

kiro-cli stores its local data under: ~/.local/share/kiro-cli/data.sqlite3

If you have an authorization file, you can mount it into the container so the CLI can use it.

Docker run (bind-mount)

docker run --rm -it \
  -v "$PWD/data.sqlite3:/root/.local/share/kiro-cli/data.sqlite3" \
  chinayin/kiro-cli:latest

Tag summary

Content type

Image

Digest

sha256:31d68734b

Size

69.8 MB

Last updated

6 months ago

docker pull chinayin/kiro-cli