tophfr/op
Here is an unofficial Dockerfile for the 1Password command-line tool.
It is available on docker hub based on Debian and using the last available release from the official 1Password CLI download page.
docker run --rm -it tophfr/op
wget -O $HOME/bin/op https://raw.githubusercontent.com/tophfr/docker-op/master/bin/op
chmod a+x $HOME/bin/op
then just run op
like you would with a standard install (without docker)
Add this line to you .bashrc
:
source <(curl -s https://raw.githubusercontent.com/tophfr/docker-op/master/bin/bash.function.sh)
(or copy the script somewhere and source it from your .bashrc
)
then just run op
like you would with a standard install (without docker) from a new bash session.
docker pull tophfr/op