Skip to content

Commit

Permalink
add user folder under /nfsshare folder
Browse files Browse the repository at this point in the history
  • Loading branch information
WakeupTsai committed Aug 30, 2018
1 parent c2cdd49 commit e7f8d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo pip install yq
# Install NFS Server
sudo apt-get install -qqy nfs-kernel-server
sudo mkdir /nfsshare
sudo mkdir /nfsshare/user
echo "/nfsshare *(rw,sync,no_root_squash)" | sudo tee /etc/exports
sudo exportfs -r
sudo showmount -e
Expand Down

0 comments on commit e7f8d11

Please sign in to comment.