Comments
-
mon code: **66NU5**
-
If you already have a linux machine, it's probably easier to set up the NAS on that one: 1. https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 2. https://hub.docker.com/r/dperson/samba/ eg. sudo docker run -it --name samba -p 139:139 -p 445:445 -v /path/to/directory:/mount --restart unless-stopped…