You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working through the Linking documentation but I could not start a container with this training/postgres image, as PostgreSQL consistently died with a Exit 126 status reported by docker ps.
I created my own image (thanks to the great documentation) with the RUN pg_dropcluster line from the Dockerfile from this repository commented out, and I could start a container fine.
The text was updated successfully, but these errors were encountered:
I was working through the Linking documentation but I could not start a container with this
training/postgres
image, as PostgreSQL consistently died with aExit 126
status reported bydocker ps
.The Hub shows that the image has failed to build since 21 July, which allowed me to deduce that it was this commit earlier on the same day that caused the build to fail.
I created my own image (thanks to the great documentation) with the
RUN pg_dropcluster
line from theDockerfile
from this repository commented out, and I could start a container fine.The text was updated successfully, but these errors were encountered: