Issues with building Adobe's docker image.
The documentation states : "For importing configurations using CAR, the CAR archives mounted to the /data directory are automatically imported during startup." ( https://helpx.adobe.com/coldfusion/using/docker-images-coldfusion.html ) .
I have a .car file in there, but I don't see that it is imported. As a simple test, I just added a couple datasources, and then run the packaging & deployment > create an archive. This is how my directory structure looks like :
C:\coldfusion-docker\docker-compose.yaml
\coldfusion.env
\data\cf.car
When I run docker-compose up, the CF admin does not have those datasources.
Also, I am running this instance on port 8506. I am having trouble finding these files. Where are they located?

