Overview
This repository is for learning and experimenting with docker. It will serve as a collection of dockerfiles for different use cases. Currently it contains dockerfiles for php/laravel, mysql, and nextjs
Files
| File | Description |
|---|---|
| Dockerfile.laravel | dockerfile for setting up a php/laravel app |
| Dockerfile.mysql | dockerfile for running a mysql database |
| Dockerfile.next | dockerfile for building and running nextjs |
Notes
- these files are for practice and will expand with more dockerfiles over time
- everything here is experimental and may change anytime