docs: Update documentation

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-05-26 15:43:39 +01:00
parent 9bdfcb5b12
commit 86a6635930
3 changed files with 6 additions and 25 deletions

View File

@@ -8,16 +8,7 @@ Normally, unless you are running explicitly in a desktop version, LinuxKit image
```
onboot:
- name: swap
image: "linuxkit/swap:c4c723a3d6678dc49770181bbb231ec99b271c75"
net: host
pid: host
capabilities:
- CAP_SYS_ADMIN
- CAP_MKNOD
readonly: true
binds:
- /dev:/dev
- /var:/var
image: "linuxkit/swap:085f0088dd1ef2f994e707e438218ea4d41bad13"
command: ["swap.sh","--path","/var/external/swap","--size","2G"]
```