Last active
November 19, 2024 02:06
-
-
Save bernardinorafael/04f9a240fa665b3eb868162289ddc15c to your computer and use it in GitHub Desktop.
Docker config
This file contains 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
{ | |
"auths":{ | |
"https://index.docker.io/v1/": {} | |
}, | |
"psFormat":"table {{.ID}}\\t{{.Image}}\\t{{.Status}}\\t{{.Names}}\\t{{.Ports}}", | |
"credsStore":"osxkeychain", | |
"currentContext":"desktop-linux", | |
"plugins":{ | |
"-x-cli-hints":{ | |
"enabled":"true" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment