I would containerize my puppeteer application but sometime I would use headed chrome for debugging some changes on UI. I would add a launcher of chrome outside the container in case using headed chrome. I would write browser's wsEndpoint to a file in shared container's volume then use puppeteer to connect with browser via that file. Is it possible?