我正在嘗試在運行Go二進制文件的Docker容器中進行HTTPS調用。這給了我下面的錯誤: x509: failed to load system roots and no roots provided 說完看了這件事,看來問題是碼頭工人的BusyBox圖像沒有根CA證書。從StackOverflow上的其他答案看來,最好的方法是將CA根裝入到/etc/ssl/certs容器目錄中。 要在本地進行
值在busybox的shell腳本test.sh(不bash)的,如果我通過4個paramters進去,我怎麼能得到直接他們每個人的價值。例如 #!/bin/sh
args=("[email protected]")
param3=${args[2]} #I want to get the value of the parameter 3, it works in bash