Comment 4 for bug 1483770

Revision history for this message
Akihiro Suda (suda-kyoto) wrote :

Recently this was also reported in Docker's issue tracker: https://github.com/docker/docker/issues/19758
This seems to be a bug of overlay.

I can easily reproduce the bug by running `for f in $(seq 1 1000);do docker run -it --rm ubuntu echo $f; done` concurrently in 3 terminals.

(Still not sure whether this is related to concurrency, but I could not reproduce when ran 10k times in a single terminal)