Polyconseil/grocker

Avoid `Text file busy` error

Closed this issue · 1 comments

From time to time, Grocker crash with an Text file busy error. This only append when using the aufs storage driver (and it's a known bug, moby/moby#9547 for example).

To avoid this error, I see two options:

  • The first one is to stop using Dockerfile and do all the action with the API
  • The second one is to integrate the provision script directly into the Dockerfile.

No seen since 08dc8bb was merge into master