Skip to content

Latest commit

 

History

History

dockerfile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Logo

Dockerfile Cookiecutter Template

This is a template to be used with cookiecuter to create complete docker project including Dockerfile, Docker Compose, and .dockerignore.
Explore the docs »
Report Bug · Request Feature

Table of Contents

About The Project

Built With

  • Cookiecutter
  • Python
  • YAML
  • Docker

Getting Started

Prerequisites

  • cookiecutter
  • docker

Installation

  • cookiecutter ==> $ pip3 install cookiecutter
  • docker ==> $ sudo apt-get install docker.io

Usage

To initialize the role with cookiecuter

$ cookiecutter gh:stiliajohny/cookiecutter-collection --directory="dockerfile"


What this template provides?

  • Initialize a new folder with:
    • Dockerfile
    • .dockerignore
    • docker-compose.yml
  • Add README.md

Roadmap

See the open issues for a list of proposed features (and known issues).


Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

John Stilia - stilia.johny@gmail.com


Acknowledgements