摘要:
执行 docker run 命令遇到了以下错误 docker: Error response from daemon: Conflict. The container name "/lnmp" is already in use by container "329e*******". You hav 阅读全文
摘要:
Linux 连续执行多条命令的方法 一、使用分号 ";" 进行分隔 printf "%s/n" "This is executed" ; printf "%s/n" "And so is this"输出:This is executedAnd so is this 二、使用 "&&" 进行分隔 跟一 阅读全文