Is this correct or am I doing something wrong? Because when I go to:
ls -la ~/.config/BraveSoftware/Brave-Browser/
It still shows files and it’s not isolated.
Is this command correct?
distrobox create -n brave-fedora -i fedora:latest --nvidia --volume /home/neo/.brave-home:/home/neo/.config/BraveSoftware/Brave-Browser:rw
…it assumes the container is using /home/neo as the home dir, but Distrobox usually maps your actual $HOME into the container. So inside the container, ~/.config/BraveSoftware/Brave-Browser is still your real host path. The bind just overlaps or doesn’t isolate like you think.
If you’re aiming for full isolation, best way is to make a fake home: