ContainX / docker-volume-netshare

Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin
http://netshare.containx.io
Apache License 2.0
1.12k stars 164 forks source link

Use network-online #154

Closed trajano closed 6 years ago

trajano commented 6 years ago

Not everyone uses nfs for sharing with docker-volume-netshare and having the nfs-utils required prevents it from loading up if NFS is not being used.

Use network-online instead.

gondor commented 6 years ago

LGTM! thanks