|
docker run -d --restart always -p 2049:2049/tcp -p 137:137/udp -p 138:138/udp -p 139:139 -p 445:445 -v /sys/fs/cgroup:/sys/fs/cgroup:ro ${volume_bind} --name ${name} --privileged ${image}:${tag} |
I think dockerifized nfs is more difficult than samba's. It is because nfs is an old protocal.
Nfs is afraid of firewalld in comparison with samba.

nfsmb-docker/docker-ctl
Line 41 in 2b6046f
I think dockerifized nfs is more difficult than samba's. It is because nfs is an old protocal.
Nfs is afraid of firewalld in comparison with samba.