Update and rename template.conf to login.exp
This commit is contained in:
parent
53ec873bca
commit
8397a48041
2 changed files with 12 additions and 0 deletions
12
apps/roles/oracle/files/login.exp
Normal file
12
apps/roles/oracle/files/login.exp
Normal 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
|
Loading…
Add table
Reference in a new issue