Tag: exit status 1
-
Post Views: 55 1. When executing the command: docker login, an error is reported: /usr/bin/docker-credential-desktop.exe: Invalid argument error saving credentials: Error storing credentials – err: exit status 1, out: “. as shown in Figure 1 2. Decide to close the current window, reopen Ubuntu, execute the command again, and the automatic login is successful. as shown in Figure 2
-
Post Views: 49 1. Build an image in Jenkins and report an error: Error Processing tar file(exit status 1): unexpected EOF. as shown in Figure 1 2. Check the Dockerfile, it should be that the number of the add command is too many, which leads to insufficient space. Reference URL: https://stackoverflow.com/questions/42784396/docker-e rror-error-processing-tar-fileexit-status-1-unexpected-eof . as shown in Figure 2 3. Cut…