pass-docker/start-pass
Git Commiter for 96-fromsofia.net 7e5432260d First commit
2023-02-27 01:39:33 +00:00

12 lines
408 B
Plaintext
Executable File

docker run --rm -it \
--memory "512m" \
--cpus ".5" \
--net=host \
# the below line can be removed if not intended to be used on Desktop
-v /tmp/.X11-unix \
-v /var/lib/docker/configs/pass/data/gnupg:/home/pass/.gnupg \
-v /var/lib/docker/configs/pass/data/password-store:/home/pass/.password-store \
# the below line can be removed if not intended to be used on Desktop
-e DISPLAY=$DISPLAY \
pass