crepererum opened a new issue #465:
URL: https://github.com/apache/arrow-datafusion/issues/465
**Describe the bug**
Depending on the docker version, the current `VOLUME` description fails:
```text
docker: Error response from daemon: failed to create shim: OCI runtime
create failed: invalid mount {Destination:data Type:bind
Source:/var/lib/docker/volumes/8c57860badfdf66bd32f64fe4b22970bcbb1f0f13a5d134ec451458a823dec6f/_data
Options:[rbind]}: mount destination data not absolute: unknown.
```
Looking at the [docs for
`VOLUME`](https://docs.docker.com/engine/reference/builder/#volume) I think the
path in there should indeed be absolute.
**To Reproduce**
Run `tpch-gen.sh`
**Expected behavior**
Script just works.
**Additional context**
Affected commit is `c8ab5a4f00fc8b362eed72d5feb43b03b8ad1fdd`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]