matanper
New Contributor III

Hey @Debayan 

1. I have Databricks Container Services enabled
2. "Your machine must be running a recent Docker daemon" - I'm not sure I followed this one. Databricks is the one managing my machines on AWS.

"could you please try through the API if it is getting deployed?" - Do you refer to try the cluster initialization using the API? can you give me a reference for this one?

"it looks like the iptables has been enabled in the image for python" - Trying both standard and python images and they seem to be missing iptables:

 

docker run databricksruntime/standard:12.2-LTS bash -c 'iptables'
> bash: iptables: command not found

docker run databricksruntime/python:12.2-LTS bash -c 'iptables'
> bash: iptables: command not found