Update Article “2023-04-06-un-registre-statique-docker-avec-garage”
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
878cd8c305
commit
ed800db07e
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue