Add translationKey and French slugs to link FR/EN articles
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

For all French posts with English counterparts, add translationKey to
both FR and EN versions so the language switcher can link them. Also
give French posts proper French slugs and add aliases to preserve the
old English-slug URLs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nemunaire 2026-03-13 16:19:11 +07:00
commit b91fdcd0f1
31 changed files with 69 additions and 0 deletions

View file

@ -1,10 +1,14 @@
---
title: Donner une connectivité IPv6 à ses conteneurs Docker en utilisant un bloc d'IPv6 de son opérateur
date: !!timestamp '2023-05-04 15:10:00'
slug: ipv6-dans-docker
translationKey: use-ipv6-docker
tags:
- network
- ipv6
- docker
aliases:
- /fr/post/use-ipv6-in-docker
---
Il peut paraître étonnant qu'un service moderne comme Docker n'offre pas d'IPv6 dans les conteneurs par défaut, en particulier lorsqu'on se trouve dans un réseau avec de l'IPv6.