Skip to the content.

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.


Getting my hands dirty with docker.

This project is my way of exploring docker.

Primary sources of references were

Running on local system

Learnings


Dockerfile

Dockerfile: A text document that contains all the commands a user could call on the command line to assemble an image

Docker Compose

Docker Compose: A tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down