Please use the table of contents located at the root if you wish to navigate Tools.
Note: These instructions will be collapsed down at merge time; for now they are a lightly modified copy of the walkthroughs.
# Clone
$ git clone [email protected]:DockerSolutionsEngineering/WhaleSongs.git
# Pull
$ git checkout main
$ git pull --rebase origin main
$ git checkout -b NameOfYourTool
$ cd ./WhaleSongs/Tools
$ mkdir NameOfYourTool
$ cp -R ./Example/. ../NameOfYourTool/.
$ cd ..
$ ${your editor} .
Step 5: Add your Tool to the table of contents in alphabetical order and with a relative link:
* [Walkthroughs](./Walkthroughs/)
- [Enable Remote Logging with Splunk](/Walkthroughs/EnableRemoteLoggingWithSplunk/)
- [Enabling Virtulization Framework on macOS](/Walkthroughs/EnablingVirtualizationOnMacOS/)
- [Monitoring Docker Desktop with Grafana](./Walkthroughs/MonitoringWithGrafana/)
- [Understanding Docker Logs](/Walkthroughs/UnderstandingDockerLogs/)
- [Understanding Where Scout Sends Data](/Walkthroughs/ScoutDataTransmission/)
+ - [Title of Your Walkthrough](/Walkthroughs/NameOfYourWalkthrough/)
$ git add .
$ git commit -am "Add NameOfYourTool Tool"
$ git push origin NameOfYourWalkthrough