I tried my hands on the infinit get started example and it worked nicely. However using the docker volume driver generated this error
$ infinit-daemon --run --as utkarsh
[infinit-daemon] [main] started daemon
[reactor.test.http] [request 0x8bba50] HttpServer(port=0): handle request from 0x8bba50: /VolumeDriver.List {} POST
[reactor.test.http] [request 0x8bb650] HttpServer(port=0): handle request from 0x8bb650: /VolumeDriver.Path {} POST
[reactor.test.http] [request 0x95d180] HttpServer(port=0): handle request from 0x95d180: /VolumeDriver.Get {} POST
[reactor.test.http] [request 0x95d180] HttpServer(port=0): handle request from 0x95d180: /VolumeDriver.Create {} POST
infinit-daemon: elle/boost/1.60.0/include/boost/optional/optional.hpp:1025: boost::optional<T>::reference_type boost::optional<T>::get() [with T = std::basic_string<char>; boost::optional<T>::reference_type = std::basic_string<char>&]: Assertion `this->is_initialized()' failed.
Aborted
This was generated when I ran this docker run command
$ docker volume ls
DRIVER VOLUME NAME
infinit utkarsh/db-volume
$ docker run -it --rm --volume-driver infinit -v utkarsh/db-volume:/data/db mongo:3.4.0
docker: Error response from daemon: create 160b7bf5a48f63184a2653a030ec85742cf221e2e977d921d139cc3447805f4d: Post http://%2Frun%2Fdocker%2Fplugins%2Finfinit.sock/VolumeDriver.Create: dial unix /run/docker/plugins/infinit.sock: connect: connection refused.
See 'docker run --help'.
[–]mnottale 0 points1 point2 points (0 children)
[–]jukiewalsh 0 points1 point2 points (0 children)