Official HC fork of Docker's official docs repository.
Initial setup:
- Clone this repository as
origin - Add
https://github.com/docker-library/docsasupstream - Create a project-specific branch, e.g.
consulorvault
When making a new PR:
- From the project-specific branch,
git remote updateandgit rebase upstream/master - Commit your changes and push to the project-specific branch in
upstream - Send a PR to the official Docker repository