This project has a propose to create a default docker settings for projects to setting the same into a docker's container. There will be no worry about controlling language versions on your computer, not taking so long setting up a workspace
- Download the project
git clone git@github.com:gustavosantiago/docker-on-project.git
- Then, chose your docker setting according with programming code and your project version
- Copy the
Dockerfile
anddocker-compose.yml
to your project location
cp docker-compose.yml Dockerfile /path/to/project
- Enjoy 😉