mirror of https://github.com/docker/docs.git
commit
e322b5974c
|
|
@ -22,7 +22,7 @@ directories exported by your NFS server:
|
||||||
showmount -e <nfsserver>
|
showmount -e <nfsserver>
|
||||||
```
|
```
|
||||||
|
|
||||||
You should also try yo mount one of the exported directories:
|
You should also try to mount one of the exported directories:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory>
|
mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue