You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually when you start a docker container with binded volumes to your file system directory they won't appear as attached devices in the Nemo file manager or your desktop.
An unusual thing happens when you move your docker folder to a different place (for example /home/user). The volumes for docker containers get mounted to the file system and you visually can see them even though you aren't supposed to.
Note: My system uses 2 different partitions / and /home.
Distribution
Mint 22
Package version
6.2.9
Graphics hardware in use
NVIDIA GeForce RTX 4060 Ti
Frequency
Always
Bug description
Usually when you start a docker container with binded volumes to your file system directory they won't appear as attached devices in the Nemo file manager or your desktop.
An unusual thing happens when you move your docker folder to a different place (for example
/home/user
). The volumes for docker containers get mounted to the file system and you visually can see them even though you aren't supposed to.Note: My system uses 2 different partitions
/
and/home
.Steps to reproduce
To install docker: Docker Install Ubuntu
Provided bellow are commands to change the directory of the docker folder.
Stop docker:
Create new directory:
mkdir /home/$USER/docker
Add config to docker:
Copy files:
sudo rsync -aP /var/lib/docker/ /home/$USER/docker
Rename old docker:
Restart docker:
Remove old folder (unmounting volumes):
Run example docker containers like Penpot:
Expected behavior
When creating docker volumes they shouldn't be mounted as separate file system mounts and appear on both the Desktop or Nemo File manager.
Additional information
No response
The text was updated successfully, but these errors were encountered: