Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Plugin Not Found while creating network with IPAM & Driver #93

Open
dipak-pawar opened this issue Jun 30, 2017 · 0 comments
Open

Plugin Not Found while creating network with IPAM & Driver #93

dipak-pawar opened this issue Jun 30, 2017 · 0 comments

Comments

@dipak-pawar
Copy link
Collaborator

While creating network with following option getting plugin not found error.

networks:
  app_net:
    driver: bridge
    driver_opts:
      com.docker.network.enable_ipv6: "true"
    ipam:
      driver: default
      config:
      - subnet: 172.16.238.0/24
        gateway: 172.16.238.1
      - subnet: 2001:3984:3989::/64
        gateway: 2001:3984:3989::1

We don't have driver_opts in v 1.21.

but I tried it without driver_opts as well, getting the same error.

@dipak-pawar dipak-pawar changed the title plugin Not Found while creating network with IPAM & Driver Plugin Not Found while creating network with IPAM & Driver Jun 30, 2017
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

1 participant