• How to enable container images deletion on local Docker container images registry

    A local private Docker container image registry does not allow deleting container images by default, this is the same behavior when a local Docker registry was deployed on a BCM cluster either deployed via WebUI or CLI. Docker registry service has the “delete” parameter set to “false” by default. This…