最佳答案
由于IP地址位于/ etc / hosts的第一行,您可以在容器中执行打印/ etc / hosts第一行第一个单词的awk命令
gg @ 805689be5f47:/ $awk’END {print $1}’/ etc / hosts
172.17.0.14
gg @ 805689be5f47:/ $awk’END {print $1}’/ etc / hosts
172.17.0.14