Docker question, for those who use it. If I'm runn...
# adobe
m
Docker question, for those who use it. If I'm running cf in a docker container, and want to set up a server in the VS Code ACF Builder extension, what would the "server home" be? Inside the container it's
/usr/local/lib/serverHome
, but where that's inside the container I'm not sure how to reference it from the host. I tried the host directory I have as the web root that is mapped as a volume in my docker file, but the VS Code extension just says "invalid server home".