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

Docker Compose, driver name error on running compose down and then compose up #7

Open
jonl-percsolutions-com opened this issue Apr 24, 2018 · 2 comments

Comments

@jonl-percsolutions-com
Copy link

On running compose down and then compose up simultaneously, without restarting docker, I received the following error:

ERROR: Configuration for volume user-db-logs specifies driver centos-nfs, but a volume with the same name uses a different driver (centos-nfs:latest). If you wish to use the new configuration, please remove the existing volume "jistdeploy_user-db-logs" first:

It appears that something is appending the :latest suffix to the driver even if it is not specified or not appending it appropriately when checking if it already exists.

@trajano
Copy link
Owner

trajano commented Jun 27, 2018

I had the issue on earlier versions of docker. I think it may be a client issue.

@samihoda
Copy link

This issue exists on the latest Docker versions.

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

3 participants