Purpose (problem description)

This page helps you to resolve the issue that may occur after updating or installing imaging in a Docker environment and getting the following error on startup: 

ERROR: Pool overlaps with other one on this address space

Observed in Imaging version
Imaging versionYes/No
2.x(tick)
Step by Step scenario
  1. Try to start Imaging in a docker environment
  2. Observed the error
Action Plan

This error normally indicates that something has not been cleaned up in the Docker environment.

  1. Running the following command to resolve the issue. 

    docker network prune
  2.  If the above steps do not solve your issue contact CAST Technical Support. with the following Relevant input

    FYI - running the command

    'docker network ls'

    shows the networks in place if you want to examine them before and after the pruning.

    If needed for reference, here is the uninstall process for imaging when using docker: Uninstall

 

Relevant input

Notes/comments

Ticket # 41997

Related Pages