First commit

This commit is contained in:
Git Commiter for 96-fromsofia.net
2023-02-27 01:44:27 +00:00
commit a2ad652079
4 changed files with 62 additions and 0 deletions

12
thunderbird-container Executable file
View File

@@ -0,0 +1,12 @@
docker run --rm -it \
--memory "2048m" \
--cpus "1" \
--net=host \
-v /tmp/.X11-unix \
-v /home/$USER/Downloads/thunderbird-container:/home/thunderbird/Downloads \
-v /var/lib/docker/configs/thunderbird/data/cache:/home/thunderbird/.cache \
-v /var/lib/docker/configs/thunderbird/data/config:/home/thunderbird/.config \
-v /var/lib/docker/configs/thunderbird/data/mozilla:/home/thunderbird\.mozilla \
-v /var/lib/docker/configs/thunderbird/data/thunderbird:/home/thunderbird/.thunderbird \
-e DISPLAY=$DISPLAY \
thunderbird