Docker Create is a collaborative initiative, with the objective of helping new and experienced developers to be able to create or customize DockerFile using templates suggested by the official documentation and the docker community.
- Fork the project to your account and then make a clone:
git clone https://github.com/ [your-account] / docker-create
- Navigate to the destination folder where you clone the project:
> cd create-docker /
- Install the dependencies:
yarn
- Running:
gastby develop
To contribute requires that you have yarn
andgatsby
on your computer.
The CreateDocker project is open source so you can continue to evolve and help developers around the world, don't hesitate to contribute.