Docker: Orchestrate multiple containers with docker-compose V2
This is post in continuation of Docker: Orchestrate multiple containers with docker-compose The same application environment is specified using the docker-compose V2 specification. This looks very similar but with a simplified syntax and some extra features. STEP 1: List the existing images # docker images REPOSITORY TAG IMAGE ID CREATED SIZE 10.0.0.245:5000/test_app.v7 flat 53ac9d27fbb3 5… Read More »