A toolkit for building secure, portable and lean operating systems for containers
Go to file
Ian Campbell a3ac69639b Support creating of directories in files section
e.g.
    files:
     - path: etc/docker/daemon.json
       contents: '{"debug": true}'
     - path: var/lib/mydaemon
       directory: true

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2017-04-07 09:55:18 +01:00
src/cmd/moby Support creating of directories in files section 2017-04-07 09:55:18 +01:00