Skip to main content

Introduction to Docker

Installing Docker

Docker is a platform and tool for developing, shipping, and running applications by using containerization technology. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. This ensures that the application will run on any other Linux machine regardless of any customized settings that machine might have that could differ from the machine used for writing and testing the code. 

In Blueprint we use Docker containers in several of our applications to manage different services and projects. 

Additional Resources: