docker运行进行打包交互式报错

结果报错为:

flag provided but not defined:--network

从这句话中我大概理解为--network这个flag没有定义,查了一下应该改为--net=host,改完后正常。

你可能感兴趣的:(docker运行进行打包交互式报错)