A collection of reusable Dockerfile templates and configurations for various development environments and services.
Each directory contains its own README with specific instructions for building and using the containers. Navigate to the specific service directory you're interested in to get started.
- Docker installed on your system
- Docker Compose (for multi-container setups)
- Clone this repository:
git clone https://github.com/yourusername/dockerfile-templates.git- Navigate to the desired template directory:
cd dockerfile-templates/ssh- Follow the specific README instructions in that directory
- Fork the repository
- Create a new branch for your template
- Add your Dockerfile and related configurations
- Include a README.md in your template directory
- Submit a Pull Request
MIT License - feel free to use and modify as needed.
For questions or suggestions, please open an issue in the repository.