Update Article “2023-04-06-un-registre-statique-docker-avec-garage”
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Quentin 2023-04-06 16:36:49 +00:00
parent 878cd8c305
commit ed800db07e
1 changed files with 1 additions and 1 deletions

View File

@ -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...
```