docker containers support?
Author: 7brend7Created Jul 25, 2018Updated Mar 18, 2021
Labelsenhancement
Want to use this wonderful toolkit... but I have my project inside the docker container (maybe like many other developers nowadays).
But, as I can see - ndb works with puppeteer and starts some chrome instance with ui - which is unacceptable inside docker.
Q: do we have any ways to debug js files inside docker? (I even agree to install ndb both on host and docker envs)
For now I use chrome debugger and forward 9229 port from container.
Source: GoogleChromeLabs/ndb