Enable NFS or FUSE or Netfilter for Docker Support

You can enable FUSE or NFS yourself by logging in to your VPS over ssh and running the following:

For NFS: touch /option.nfs

For FUSE: touch /option.fuse

It will take up to 30 minutes your server will restart, when it has been done the option.nfs or option.fuse will be renamed to nfs.enabled or fuse.enabled


For Docker you will need to have more iptables modules available to you, the same process as above applies but use touch /option.netfilter instead.
  • nfs, fuse, docker, netfilter, iptables
  • 6 Users Found This Useful
Was this answer helpful?

Related Articles

Iptables csf ufw firewalld or vpn software problems

If you are getting issues with iptables or CSF or UFW or firewalld on your openvz/virtuozzo 7...

Docker extra options

In many circumstances docker needs to know its running inside a container, you can tell docker...

No network connectivity.

If you have no network connectivity but you have verified your VPS is up and running according to...

Systemd - Failed to reload daemon: Refusing to reload, not enough space available on /run/systemd

This may happen if you have a very low ram configuration VPS with a modern OS. The reason is...