mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-27 08:30:22 +00:00
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/
|