Docker问题:"docker build" requires exactly 1 argument.

今天在搭建Docker私有仓库的时候。提示错误:“docker build” requires exactly 1 argument.

原因是因为(少了一个 ‘.’ , ‘.’ 代表当前路径)。

docker build --tag=friendlyhello .
posted @ 2022-06-13 19:38  H_one  阅读(1158)  评论(0编辑  收藏  举报