Are there logs that Kitematic puts somewhere that can help me figure out what’s going wrong when there is no terminal output?
I was attempting to set up a project for local development by mounting a local volume in the docker container. On my way to getting it working, one of the commands seemed to fail and gave me no output. I looked through the docs and didn’t find any hint as to how to discover what was going wrong.
docker run -Pti -v
pwd:/usr/src/app --name local-opps 18fgsa/open-opps
I see a blank screen in Kitematic
When I press “start” it immediately stops.