An open API service indexing awesome lists of open source software.

https://github.com/jonathandey/docker-snippets


https://github.com/jonathandey/docker-snippets

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# A modestly sized collection of Docker snippets
_Only one... so far!_

### A "copy-paste" Walkthrough

Use these Docker snippets to help you with your web projects.

### Mail Catcher

For the times you want to catch mail on either a staging or dev server.
Configure your application's SMTP settings to point to this MailHog service on `127.0.0.1:1025` (no username or password required).