Skip to content

Instantly share code, notes, and snippets.

@Reclyptor
Created December 13, 2023 12:09
Show Gist options
  • Select an option

  • Save Reclyptor/5ac5eb6994dc2a78447b31dc0c6655d3 to your computer and use it in GitHub Desktop.

Select an option

Save Reclyptor/5ac5eb6994dc2a78447b31dc0c6655d3 to your computer and use it in GitHub Desktop.
K3S Registry Configuration
mirrors:
docker.io:
endpoint:
- "https://registry-1.docker.io"
configs:
registry-1.docker.io:
auth:
username: <dockerhub username>
password: <dockerhub token>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment