Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to mount volume #57

Open
info-samir opened this issue Jul 11, 2018 · 0 comments
Open

Unable to mount volume #57

info-samir opened this issue Jul 11, 2018 · 0 comments

Comments

@info-samir
Copy link

info-samir commented Jul 11, 2018

Hello, I'd like to use infinit docker plugin.

I installed infinity on my server, i do a mount for "my-volume"

infinit user signup --name samir --fullname "Samir"
infinit silo create filesystem --name local --capacity 1GB
infinit network create --as samir --storage local --name my-network --push
infinit volume create --as samir --network my-network --name my-volume --push
infinit volume mount --as samir --name my-volume --mountpoint ~/mnt-samir-volume --allow-root-creation --cache --publish &

After i start daemon : infinit daemon run --as samir --docker-user sfathallah

when i execute : 'docker volume ls' i get
DRIVER VOLUME NAME
infinit samir/my-volume

but when i run :
docker run -it --rm --volume-driver infinit -v samir/my-volume:/var/tmp alpine ash

it display :
docker: Error response from daemon: VolumeDriver.Mount: unable to mount samir/my-volume

And daemon console show :

Remotely created endpoints for "samir/my-network".
Running volume "samir/my-volume".
[elle.reactor.network.http] [request 0x20fa3a0] HttpServer(port=0): internal error: unable to mount samir/my-volume

please, How I can solve this problem

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant