chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 18:17:32 +02:00
parent fe0adabb88
commit ebb4e5febb
39 changed files with 401 additions and 109 deletions

View File

@@ -1,5 +1,13 @@
# Docker
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Daemon configuration](#daemon-configuration)
1. [Containers configuration](#containers-configuration)
1. [Gotchas](#gotchas)
1. [Sources](#sources)
## TL;DR
```sh
@@ -155,6 +163,11 @@ Those files come from the volume the docker container is using for its root, and
- [Configuring DNS]
- [Cheatsheet]
<!--
References
-->
<!-- Others -->
[arch linux wiki]: https://wiki.archlinux.org/index.php/Docker
[cheatsheet]: https://collabnix.com/docker-cheatsheet/
[configuring dns]: https://dockerlabs.collabnix.com/intermediate/networking/Configuring_DNS.html