1
0
-1

When I started up aai1(amsterdam), the docker images downloaded well.

But when I ran '$DOCKER_COMPOSE_CMD up -d aai-resources.api.simpledemo.openecomp.org' to start aai-resources, It appeared the error 

ERROR: network testconfig_default is ambiguous (2 matches found based on name)

The aai-resources has started once. But  second time failed.


Does any one know this? any help is appreciated!


thanks

ChangJun

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      problem solved

      root@onap-aai-inst1:/opt/test-config# docker network prune
      WARNING! This will remove all networks not used by at least one container.
      Are you sure you want to continue? [y/N] y
      Deleted Networks:
      testconfig_default
      testconfig_default

      root@onap-aai-inst1:/opt/test-config#

        CommentAdd your comment...