Manof: The Jewish Crane
Open Source in Israel (10 min.)
When using Docker for production use cases, run and build commands can get unwieldly. Most of us use Crane or Docker Compose for management, but struggle with additional fat BL wrappers. Developers need to define images' build and run recipes in a more dynamic way then a YAML file. In other words, "separation between code and configuration" just went out the window. Meet Manof - the Jewish Crane. It's a standalone async Docker wrapper, which allows you to declare image setups via a Python module. In this session, participants will learn how to run Docker more efficiently while still having the Docker "definition logic" in one canonical and useful form for all repos and projects.