It’s been surprising and heartening to see Microsoft get behind both Docker and Kubernetes, the Google-created Docker container management project. Microsoft’s latest announcements about using Docker ...
There are lot of benefits to using Docker containers in CI/CD pipelines, especially for stateful systems like databases. For example, when you run integration tests, each CI job can start the database ...