The Docker image contains the code, runtime, system libraries and anything else you would install on a server to make it run if you weren’t using Docker. This unit is typically labeled as a Docker image.Įverything the application needs to run is included. TomFern / dockerizing-ruby What is Docker?ĭocker allows you to package up an application or service with all of its dependencies into a standardized unit.