docker:accueil

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
docker:accueil [2026/03/09 21:16] – [Docker] add link phswdocker:accueil [2026/04/12 20:02] (Version actuelle) – [Docker] add link phsw
Ligne 8: Ligne 8:
   * [[https://danlevy.net/docker-security-tips-for-self-hosting/|Essential Docker Security Tips for Self-Hosting]]   * [[https://danlevy.net/docker-security-tips-for-self-hosting/|Essential Docker Security Tips for Self-Hosting]]
   * [[https://blog.px.dev/container-filesystems/|Where are my container's files? Inspecting container filesystems]]   * [[https://blog.px.dev/container-filesystems/|Where are my container's files? Inspecting container filesystems]]
 +  * [[https://domopi.eu/migration-dun-conteneur-docker-entre-deux-hotes-linux/|Migration d'un conteneur docker entre deux hôtes Linux]]
 +  * [[https://docker.how/|Docker CLI cheatsheet]]
  
  
Ligne 131: Ligne 133:
 <code bash> <code bash>
 curl http://docker-mirror.homelab:5000/v2/_catalog | jq curl http://docker-mirror.homelab:5000/v2/_catalog | jq
 +</code>
 +
 +
 +==== Connaître l'état du rate-limit du Docker Hub ====
 +
 +<code bash>
 +TOKEN=$(curl --silent "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq --raw-output .token)
 +curl --head --header "Authorization: Bearer $TOKEN" "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest" 2>&1 | grep --ignore-case RateLimit
 </code> </code>
  
  • docker/accueil.1773087393.txt.gz
  • Dernière modification : 2026/03/09 21:16
  • de phsw