The tmp thing doesn't scale and we shouldn't be using. Also right now it is being written to the tmp directory which is not mounted rw by default for Docker. This is fixable by setting up docker_volumes but it'd be better to improve the out-of-the-box experience.
The tmp thing doesn't scale and we shouldn't be using. Also right now it is being written to the tmp directory which is not mounted rw by default for Docker. This is fixable by setting up
docker_volumes
but it'd be better to improve the out-of-the-box experience.