mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
FROM scratch ADD echo / RUN [ "echo" ] will die with exec: "/bin/sh": stat /bin/sh: no such file or directory Signed-off-by: Doug Davis <dug@us.ibm.com>