我在docker-compose中从我的golang应用程序连接到MySQL时遇到了问题。我可以从控制台连接到数据库: mysql -u user -D data -h 0.0.0.0 -P3306 -p,但使用docker-compose时无法连接。我的docker-compose.yml build: ./ -
我想将我的微服务推到dockerhub,但我不知道如何将它推到docker hub,在docker login之后,然后是im using docker push,然后是go这条消息An image does not exist locally withthe tag: microservicehelloworld
然后,我使用<