How to make terminal available when starting a cluster with a docker image?

francescocamuss
Databricks Partner

Hello everybody, I'm starting a cluster with a docker image because I my team use a lot of R libraries that would be time consuming to install them on a init script.

 image.pngThe thing is that the cluster starts ok, but I can't acces to the cluster terminal as I can do with my other cluster that don't use any docker image.

 imageIs there a solution for this?