docker-zipkin icon indicating copy to clipboard operation
docker-zipkin copied to clipboard

Consider normalized docker-compose files for testing.

Open codefromthecrypt opened this issue 8 years ago • 0 comments

Keep a simple docker-compose for first-time users, but consider docker-compose{,-mysql}.yml using https://docs.docker.com/compose/extends/ for testing.

Maybe even go as far as having docker-compose-{common,mysql,cassandra}.yml. The trade-off in the latter case is of course that users will need to keep typing -f $FILE, which may or may not be an issue.

codefromthecrypt avatar Oct 13 '15 15:10 codefromthecrypt