HrimfaxiYKW

Results 5 comments of HrimfaxiYKW

> I attempted to reproduce it, but it passed. Can you still reproduce it now? Yes, maybe because I use mac M1? I'm really confused, could u plz tell me...

> ReadDockerConfigJSONFile Hi, @ABNER-1. Thanks for your reply, but actually I've installed docker ``` ➜ ~ cat ~/.docker/config.json { "auths": { }, "credsStore": "desktop", "currentContext": "desktop-linux" } ``` And I've...

> I plan to debug it again this weekend. However, if you'd like to take a crack at it, please feel free to do so. @Colvin-Y Thank u! I also...

> ![image](https://private-user-images.githubusercontent.com/24547351/331962724-dc608ea1-3ca2-46eb-b967-2e0804098ef6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTY3OTY3NDksIm5iZiI6MTcxNjc5NjQ0OSwicGF0aCI6Ii8yNDU0NzM1MS8zMzE5NjI3MjQtZGM2MDhlYTEtM2NhMi00NmViLWI5NjctMmUwODA0MDk4ZWY2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTI3VDA3NTQwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyOGEyOWE1YTZhODY4ZWJjZmVmNmMzYWY3YTAwMTJkMWZmNjc3ODk1M2VjYmE4ZWQ3YzgwNmNjZGZiN2Y0ZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.7-NqSaJKqwZwV8OhzBeLy7FM_t6wFvWNVlpWBmsG4II) > > ```go > func readDockerConfigJSONFileFromBytes(contents []byte) (cfg DockerConfig, err error) { > var cfgJSON DockerConfigJSON > if err = json.Unmarshal(contents, &cfgJSON); err != nil { > return...

If it's a probelm, can I solve it?