Closed jjavieralv closed 1 month ago
| Firefox with shared Download folder and internet access. | x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm -- jess/firefox |
Download
x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm -- jess/firefox
| Firefox with shared Download folder and internet access. | x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm:size=500M -- jess/firefox |
x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm:size=500M -- jess/firefox
With this config you can set up the ammount size of the shm file By default the size is half of the available RAM (https://docs.docker.com/engine/storage/tmpfs/#:~:text=If%20unset%2C%20the%20default%20maximum,of%20the%20host's%20total%20RAM.&text=File%20mode%20of%20the%20tmpfs,to%201777%20or%20world%2Dwritable.)
Improve firefox example in README.md
NOW
| Firefox with shared
Download
folderand internet access. |
x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm -- jess/firefox
|PROPOSAL
| Firefox with shared
Download
folderand internet access. |
x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm:size=500M -- jess/firefox
|With this config you can set up the ammount size of the shm file By default the size is half of the available RAM (https://docs.docker.com/engine/storage/tmpfs/#:~:text=If%20unset%2C%20the%20default%20maximum,of%20the%20host's%20total%20RAM.&text=File%20mode%20of%20the%20tmpfs,to%201777%20or%20world%2Dwritable.)