add README

guppy 2023-06-06 14:14:18 +02:00
parent 913a4df6f6
commit c639134a52
1 changed files with 13 additions and 0 deletions

13
README.md 100644
View File

@ -0,0 +1,13 @@
## HOWTO
## Prerequis
# sudo modprobe nfs nfsd
## Start
# docker-compose -f docker-nfs-server.yaml up -d
## Check
# docker logs nfs-server
## Stop
# docker-compose -f docker-nfs-server.yaml down