https://github.com/javanile/docker-hooks
https://github.com/javanile/docker-hooks
docker docker-hook docker-image
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/javanile/docker-hooks
- Owner: javanile
- License: mit
- Created: 2021-08-11T08:48:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T16:49:50.000Z (almost 5 years ago)
- Last Synced: 2025-06-08T22:05:08.655Z (12 months ago)
- Topics: docker, docker-hook, docker-image
- Homepage: https://docker.hooks.cf
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Docker Hooks](https://docker.hooks.cf)
A guide to the wonders of Docker Hooks. This repo is using [GitHub Pages](https://pages.github.com/).
## Contributing to Docker Hooks
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
This guide barely scrapes the surface. Please contribute your love and knowledge!
### Contributing Code
1. Pull the repo
2. Create a branch against `main` (`git checkout -b feature`)
3. Make change(s)
4. Commit your changes (`git commit -am 'Added a feature'`)
5. Push to the branch (`git push origin feature`)
6. Open a Pull Request