Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 898bc38

Browse files
committed
adding a little extra syntax highlighting
1 parent 4353c71 commit 898bc38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ Let's break that command down into its individual pieces to see what's required
9494

9595
e.g. in a `Dockerfile`:
9696

97-
FROM ehough/nfs-server
98-
ADD /host/path/to/exports.txt /etc/exports
97+
```Dockerfile
98+
FROM ehough/nfs-server
99+
ADD /host/path/to/exports.txt /etc/exports
100+
```
99101

100102
1. **Use `--cap-add SYS_ADMIN` or `--privileged`**
101103

0 commit comments

Comments
 (0)