diff --git a/_posts/2023-04-06-un-registre-statique-docker-avec-garage.md b/_posts/2023-04-06-un-registre-statique-docker-avec-garage.md index 10fc9bc..0a7ee95 100644 --- a/_posts/2023-04-06-un-registre-statique-docker-avec-garage.md +++ b/_posts/2023-04-06-un-registre-statique-docker-avec-garage.md @@ -41,7 +41,7 @@ La 401 nous donne toutes les informations pour récupérer notre token : On peut ensuite construire notre fichier d'en-tête `headers.txt` qui contiendra l'authorisation et l'information qu'on est un client Docker moderne : -```toml +```yaml Accept: application/vnd.docker.distribution.manifest.list.v2+json Authorization: Bearer eyJh... ```