Skip to content

sinaptia/docker-kamal-bw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

docker-kamal-bw

Custom kamal build with bitwarden-cli support.

Build

Build the image with:

$ docker build . -t kamal

Use it

Use it as explained here. The only difference is you need to add a volume to share your bitwarden cli config. For example, on macOS:

alias kamal='docker run -it --rm -v "${PWD}:/workdir" -v "/run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock" -e SSH_AUTH_SOCK="/run/host-services/ssh-auth.sock" -v /var/run/docker.sock:/var/run/docker.sock -v "${HOME}/Library/Application Support/Bitwarden CLI:/root/.config/Bitwarden CLI" kamal'

About

Kamal + Bitwarden CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors