You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying the examples in the readme I've noticed the following errors:
```
docker: Error response from daemon: create ~/opengrok-src/: "~/opengrok-src/" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
```
and
```
docker: Error response from daemon: invalid volume specification: '/Users/ahornace/opengrok-data/:opengrok/data': invalid mount config for type "bind": invalid mount path: 'opengrok/data' mount path must be absolute.
```
Thanks.
0 commit comments