Just ran into the same error described here.
There's an incompatibility between the version of bleach and html5lib that apparently comes with your base image. It produces the following error when trying to start the CKAN container:
from html5lib.sanitizer import HTMLSanitizer Traceback (most recent call last): ImportError: No module named sanitizer
I had to log into the running container, uninstalling bleach and reinstalling it to fix this.
Just ran into the same error described here.
There's an incompatibility between the version of bleach and html5lib that apparently comes with your base image. It produces the following error when trying to start the CKAN container:
from html5lib.sanitizer import HTMLSanitizer Traceback (most recent call last): ImportError: No module named sanitizerI had to log into the running container, uninstalling bleach and reinstalling it to fix this.