fromMedium
1 week agoDev containers in Machine Learning | SoftwareMill
Docker has become extremely popular nowadays. It is lightweight, portable, self-contained, and thus great for microservices architecture. Docker containers make it easier to build software and isolate the environment, and they can be run in many different environments with different operating systems and hardware platforms. We could discuss more how great containers are for deployment purposes, but let's take a step back and see how containers can be used for development purposes.
Software development