Posts by Antonio Azambuja • 16 points
2 posts
-
0
votes2
answers103
viewsA: My container with Springboot is climbing before the container with Mysql finishes climbing
I noticed that you can added the argument depends_on to your yaml no service my-api but it didn’t solve the problem. What seems to be happening, the container waits for the database container to…
-
0
votes1
answer60
viewsA: Inserting a Docker build tag is not working
Usually this happens when the image build is performed and terminated with some error. Use the command to generate a tag for your image: docker tag image-id trocadilho/server:1.0…