Created
December 13, 2023 12:09
-
-
Save Reclyptor/5ac5eb6994dc2a78447b31dc0c6655d3 to your computer and use it in GitHub Desktop.
K3S Registry Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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