First off I'm curious as to why? Normally you just include your docker files in the project so the next developer can use it. And did you change each Dockerfile alot?
And be aware that docker hub is for single images. So you need to add each service to docker hub (the Dockerfile).
@Sinnbeck
in fact it's a school project and the teacher asks for the link of the image on dockerhub
Since I'm not used to using docker after reading some documentation on docker, I thought I could create an image of the project.
@freemanx exactly yes. That's why you normally ship your docker-compose.yml + docker files with your source code. Then people just need to run 1 command and they are up and running :)