https://github.com/jonathandey/docker-snippets
https://github.com/jonathandey/docker-snippets
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathandey/docker-snippets
- Owner: jonathandey
- License: mit
- Created: 2021-06-14T10:02:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T10:23:28.000Z (over 4 years ago)
- Last Synced: 2025-06-22T10:40:19.829Z (6 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).