Thursday, August 20, 2020

ERROR: Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running?

 Problem: 




Solution:  run the docker-compose with sudo


No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...