The docker images on hub.docker.com have a volume for /var/lib/postgresql/data
I can't find any reference in the code to creating a volume for /var/lib/postgresql/data
Are the scripts that create the images on hub.docker.com creating the images based on the code, or am I missing something about the build process?
The docker images on hub.docker.com have a volume for /var/lib/postgresql/data
I can't find any reference in the code to creating a volume for /var/lib/postgresql/data
Are the scripts that create the images on hub.docker.com creating the images based on the code, or am I missing something about the build process?