Docker问题:"docker build" requires exactly 1 argument.
今天在搭建Docker私有仓库的时候。提示错误:“docker build” requires exactly 1 argument.
原因是因为(少了一个 ‘.’ , ‘.’ 代表当前路径)。
docker build --tag=friendlyhello .
今天在搭建Docker私有仓库的时候。提示错误:“docker build” requires exactly 1 argument.
原因是因为(少了一个 ‘.’ , ‘.’ 代表当前路径)。
docker build --tag=friendlyhello .