examples: Don't make the metadata container readonly

It needs to create the /cdrom mountpoint

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-14 11:04:27 -05:00
parent 0ca76f63d9
commit 24ff9b75d8

View File

@ -32,7 +32,6 @@ onboot:
- /dev:/dev
- /var:/var
- /tmp/etc/resolv.conf:/etc/resolv.conf
readonly: true
net: host
capabilities:
- CAP_SYS_ADMIN