Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Convoy with docker-compose fails nonexistent driver convoy #207

Open
jonathan-kosgei opened this issue Apr 10, 2017 · 1 comment
Open

Convoy with docker-compose fails nonexistent driver convoy #207

jonathan-kosgei opened this issue Apr 10, 2017 · 1 comment

Comments

@jonathan-kosgei
Copy link

I have convoy running with:

/usr/local/bin/convoy -s "/var/run/convoy/convoy.sock" daemon --drivers ebs 2>> /var/log/convoy/stderr.log 1>> /var/log/convoy/stdout.log

I can create volumes from docker and convoy with:

convoy create test1
docker volume create --driver=convoy test2

They work.

But in trying to replicate the same with a compose file:

version: '3'
volumes:
  ebs:
    driver: convoy
    driver_opts:
      size: 5
services:
  mongo:
    image: mongo:3.4.3
    command: bash -c "mongod --replSet zipgo-rs0 --journal"
    ports:
      - "27017:27017"
    volumes:
      - ebs:/data

I get

Creating volume "ubuntu_ebs" with convoy driver
ERROR: Volume ebs specifies nonexistent driver convoy

and docker plugin ls shows nothing

@outkaj
Copy link

outkaj commented Dec 6, 2017

Are there any updates on this? I would like to integrate convoy into an existing project using docker-compose.

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

No branches or pull requests

2 participants