Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a workaround to a Docker (aufs) bug
You might see the entrypoint script throw out errors like the following: ``` /usr/bin/mount: Text file busy ``` This is due to this bug (likely in AUFS): moby/moby#9547 This patch workarounds it by inserting a `sync` in between.
- Loading branch information