docker build -t Txiaobai_pytest:v1 .
invalid argument "Txiaobai_pytest:v1" for "-t, --tag" flag: invalid reference format: repository name must be lowercase
See 'docker build --help'.
出现该问题的原因是docker镜像命名错误,存在大写字母。
docker build -t txiaobai_pytest:v1 .