fix(kb): sources

This commit is contained in:
Michele Cereda
2024-02-28 14:52:20 +01:00
parent 0d512d9c5b
commit f01740a4cd
2 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,5 @@
# Docker
## Table of contents <!-- omit in toc -->
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 …
<!-- Upstream -->
[building multi-arch images for arm and x86 with docker desktop]: https://www.docker.com/blog/multi-arch-images/
[github]: https://github.com/docker
<!-- Others -->
[arch linux wiki]: https://wiki.archlinux.org/index.php/Docker

View File

@@ -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]