I'm trying to create samba container on my windows10 host machine and running the command
it gives me an error:
(base) C:\>docker start samba
Error response from daemon: Ports are not available: listen tcp 0.0.0.0:445: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
Error: failed to start containers: samba
can you please point me where should I look at to solve this?