mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 13:25:42 +00:00
27cca4c70c
The initial `ValidateContextDirectory` implementation fails loudly when a file lacks read permissions in the current context. However that situation is valid if the file is included in the `.dockerignore` patterns. Docker-DCO-1.1-Signed-off-by: Bruno Renié <brutasse@gmail.com> (github: brutasse)
3 lines
25 B
Docker
3 lines
25 B
Docker
FROM busybox
|
|
ADD . /foo/
|