If you use Docker, you need to see this!

Manpreet Singh
2 min readOct 26, 2021

Welcome back! Docker is an awesome tool to deliver your software in containers, if you don’t know anything about Docker, check out their website below:

So, what if there was a way to have a massive list of docker files that you could use for your projects? Well, there actually is a massive list like this! Luckily for us, this list is hosted on GitHub, check out their repo below:

So, what is the point of using this list? Well, every time you have to develop a new project, you essentially have to learn how to create a docker file for that specific OS, and it can be pretty time consuming to do this. So, by taking a look at other Docker files that were created, you can build out your project with those already created Docker files!

--

--