Skip to content

Instantly share code, notes, and snippets.

@msterhuj
Created January 17, 2021 18:58
Show Gist options
  • Save msterhuj/65617613d13c7183860f93f1f64b7ea7 to your computer and use it in GitHub Desktop.
Save msterhuj/65617613d13c7183860f93f1f64b7ea7 to your computer and use it in GitHub Desktop.
Create a nfs share on apline linux
apk add nfs-utils
rc-update add nfs
rc-update add nfsmount
rc-update add netmount
rc-service nfs start
rc-service nfsmount start
rc-service netmount start
rc-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment