Update and rename template.conf to login.exp

This commit is contained in:
qiaofeng1227 2022-07-23 11:32:17 +08:00 committed by GitHub
parent 53ec873bca
commit 8397a48041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#!/usr/bin/expect -f
set timeout -1
spawn docker login container-registry.oracle.com
expect "Username:"
send "76487013@qq.com\r"
expect "Password:"
send "Qiaofeng1227\r"
interact
expect eof