mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 14:51:06 +00:00
Allow creation of empty files
- change to a pointer type so we can distinguish empty from unset. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -29,6 +29,8 @@ services:
|
||||
files:
|
||||
- path: etc/docker/daemon.json
|
||||
contents: '{"debug": true}'
|
||||
- path: /empty
|
||||
contents: ""
|
||||
trust:
|
||||
org:
|
||||
- library
|
||||
|
||||
Reference in New Issue
Block a user