From 24ff9b75d82976925897b83c00b786e9b5186174 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 14 Apr 2017 11:04:27 -0500 Subject: [PATCH] examples: Don't make the metadata container readonly It needs to create the /cdrom mountpoint Signed-off-by: Rolf Neugebauer --- examples/gcp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/gcp.yml b/examples/gcp.yml index aefeccc24..6b54438c8 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -32,7 +32,6 @@ onboot: - /dev:/dev - /var:/var - /tmp/etc/resolv.conf:/etc/resolv.conf - readonly: true net: host capabilities: - CAP_SYS_ADMIN