Closed
Description
Apparently recent change introduced /dev/null
in the image. This has not really any effect when running the image, but it broke scripts that does things like:
mkdir tmp && docker export $(docker create alpine:3.6) | tar -x -C tmp
I think we should remove the /dev/*
since docker manages that dynamically and to preserve backwards compatibility.
Activity