cc_staff
127
edits
(Marked this version for translation) |
m (Fix typo) |
||
Line 318: | Line 318: | ||
<!--T:143--> | <!--T:143--> | ||
This ensures that configuration files and programs in your home directory do not interfere with the software in your container. For example, programs in <code>$HOME/bin</code> and Python packages in <code>$HOME/.local/lib/python3.x</code> could be used instead of the corresponding files in your container | This ensures that configuration files and programs in your home directory do not interfere with the software in your container. For example, programs in <code>$HOME/bin</code> and Python packages in <code>$HOME/.local/lib/python3.x</code> could be used instead of the corresponding files in your container if you used <code>-B /home</code>. | ||
<!--T:86--> | <!--T:86--> |