cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
MVP Articles
This page brings together externally published articles written by our MVPs. Discover expert perspectives, real-world guidance, and community contributions from leaders across the ecosystem.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

runtime CI/CD

Hubert-Dudek
Databricks MVP

Not only is code CI/CD possible, but runtime CI/CD is now possible thanks to #databricks docker.

more about it:

https://databrickster.medium.com/databricks-docker-from-runtime-ci-cd-to-compliance-1479cf6cdf8d

https://www.sunnydata.ai/blog/databricks-custom-container-runtimes

docker.png


My blog: https://databrickster.medium.com/
3 REPLIES 3

julius_ranklab
New Contributor III

Why would we want to use docker?
Wouldn't that just add unnecessary complexity? 

In most cases, yes, but if you have enterprise use cases, like adding certificates or integrating connectors with legacy tools, it is actually easier this way.


My blog: https://databrickster.medium.com/

I see. So if an enterprise has already been using Docker for a lot of stuff before Databricks, we have to stick with it.