Efficiently and Conveniently Building Ruby and Node.js Application Docker Containers
In this Phusion article we show how we build Docker application containers in two steps and explain why that is a useful thing to do. We then walk you through writing a build script that not only builds an application container but also runs its unit tests, checks with the source repository for conflicts or unchecked changes and tags and pushes the final image to the container repository.
Post a comment