AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#ITAutomation
#AIOps
#CloudPakforAIOps
#AIOps

 View Only
Expand all | Collapse all

Docker Issue in Agile Service Manager

  • 1.  Docker Issue in Agile Service Manager

    Posted Tue May 22, 2018 12:41 AM

    Hi All,

    I have installed Agile Service Manager. I am trying to run docker-compose binary and it's giving cannot create network error as shown below.

    [root@netcoolasm asm]# docker-compose up -d Creating network "asm_default" with driver "bridge" ERROR: cannot create network 24278c70e2455c7987bfb1bf5419ba9eb5e2341297aa47b9caa3e63cd87143ea (br-24278c70e245): conflicts with network 4025a5f17cfd5327f20f010c185ec6e9d0769c9bb60be70fd648b7892bb3dc81 (docker0): networks have overlapping IPv4 [root@netcoolasm asm]#

    Please let me know if anyone come across such issues and how to resolve this issue.

    Thanks,

    Sagar



  • 2.  RE: Docker Issue in Agile Service Manager

    Posted Wed May 23, 2018 12:30 AM

    Hi All,

    I have created the network using below command and able to run the docker-compose command.

    docker network create asm_default

    The issue got resolved.

    Regards,

    Sagar N Ch