Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 447 Bytes

File metadata and controls

6 lines (3 loc) · 447 Bytes

Docker runtime

A python-based docker runime version inspired by John Crickett's Coding challenges list

Docker is widely used as a platform that allows developers to run, build, test and deploy containerized applications in a standardized fashion by packaging applications into container images. These containers bundle within themselves everything needed to run the application, with every component bumped with the corresponding version.