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
My iPhone can connect to the server, but it doesn't display any files even if I specified the mount directory -v /Volumes/HDD\ Esterno:/mount.
I've tried to add the -u "example1:badpass", but when I run the container I get docker: Error response from daemon: unable to find user example1;badpass: no matching entries in passwd file.,
This is my full command sudo docker run -it -p 139:139 -p 445:445 -v /Volumes/HDD\ Esterno:/mount -u "example1;badpass" -d dperson/samba -p
How can I solve?
Thanks
The text was updated successfully, but these errors were encountered:
My iPhone can connect to the server, but it doesn't display any files even if I specified the mount directory
-v /Volumes/HDD\ Esterno:/mount
.I've tried to add the
-u "example1:badpass"
, but when I run the container I getdocker: Error response from daemon: unable to find user example1;badpass: no matching entries in passwd file.
,This is my full command
sudo docker run -it -p 139:139 -p 445:445 -v /Volumes/HDD\ Esterno:/mount -u "example1;badpass" -d dperson/samba -p
How can I solve?
Thanks
The text was updated successfully, but these errors were encountered: