diff --git a/knowledge base/docker.md b/knowledge base/docker.md index 7700fc0..817e1a2 100644 --- a/knowledge base/docker.md +++ b/knowledge base/docker.md @@ -1,7 +1,5 @@ # Docker -## Table of contents - 1. [TL;DR](#tldr) 1. [Gotchas](#gotchas) 1. [Daemon configuration](#daemon-configuration) @@ -10,7 +8,7 @@ 1. [Create builders](#create-builders) 1. [Build for specific platforms](#build-for-specific-platforms) 1. [Further readings](#further-readings) -1. [Sources](#sources) + 1. [Sources](#sources) ## TL;DR @@ -245,12 +243,12 @@ docker load … ## Further readings -- [GitHub] page +- [GitHub] - [Podman] - [Dive] - [Testcontainers] -## Sources +### Sources - [Arch Linux Wiki] - [Configuring DNS] @@ -270,6 +268,7 @@ docker load … [building multi-arch images for arm and x86 with docker desktop]: https://www.docker.com/blog/multi-arch-images/ +[github]: https://github.com/docker [arch linux wiki]: https://wiki.archlinux.org/index.php/Docker diff --git a/knowledge base/git.md b/knowledge base/git.md index 5da2f31..884d14f 100644 --- a/knowledge base/git.md +++ b/knowledge base/git.md @@ -31,7 +31,7 @@ 1. [GPG cannot sign a commit](#gpg-cannot-sign-a-commit) 1. [Git does not accept self-signed certificates](#git-does-not-accept-self-signed-certificates) 1. [Further readings](#further-readings) -1. [Sources](#sources) + 1. [Sources](#sources) ## TL;DR @@ -965,9 +965,7 @@ git -c http.sslVerify=false … - [`git-config` reference][git-config reference] - [Hooks] -## Sources - -All the references in the [further readings] section, plus the following: +### Sources - [How to get the current branch name in Git?] - [Git Submodules: Adding, Using, Removing, Updating]