12 lines
408 B
Plaintext
Executable File
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
|