steven-dai

Results 2 issues of steven-dai

I referred to this [address](https://github.com/spotify/dockerfile-maven/pull/297#issue-290208432) my plugin info: ``` com.spotify dockerfile-maven-plugin 1.4.13 default build push http://39.101.163.100:2375 ./ ${docker.registry}/demo ${project.version} ${project.build.finalName}.jar ``` when I exec `DOCKER_HOST=http://39.101.163.100:2375 mvn clean package` , it's...

stale

![image](https://user-images.githubusercontent.com/11538695/144404616-18170c60-783c-4116-ad9e-77071a8348f0.png) 可以看到图中,在当前目录下执行docker-compose -f example/standalone-mysql-8.yaml up 报错。环境变量NACOS_VERSION没有被替换,导致镜像不能拉取。 我将.env文件放在nacos-docker下可以正常启动,也能获取到NACOS_VERSION的值。 ![image](https://user-images.githubusercontent.com/11538695/144405804-753d22bf-2659-40a2-8417-a056cf454fe3.png) 是我的环境有什么问题吗? 服务器环境如下: centos 7 root用户执行命令操作 /root/目录下有docker-compose.yml,是我安装中间件的脚本,且已经执行过。 ![image](https://user-images.githubusercontent.com/11538695/144406067-4b0a9ef8-5246-4870-b0e8-ec4310b1f962.png)