mirror of https://github.com/docker/docs.git
Fix incomplete NFS test command
This commit is contained in:
parent
8e19bf18de
commit
2f883e47aa
|
@ -23,7 +23,7 @@ showmount -e <nfsserver>
|
||||||
You should also try to 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> /tmp/mydir
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install DTR with NFS
|
## Install DTR with NFS
|
||||||
|
|
Loading…
Reference in New Issue