Run Tuleap in Docker Container

Hi I’m using CentOS 7 and I’m trying to run tuleap in a docker container by execute:

docker volume create --name tuleap-data
docker run -ti -e VIRTUAL_HOST=localhost -p 80:80 -p 443:443 -p 22:22 -v tuleap-data:/data enalean/tuleap-aio

See the link : https://hub.docker.com/r/enalean/tuleap-aio/

but i have a problem during the running :

INFO success: rsyslog entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
In this level , it’s stop and do nothing , i don’t know why , i’m waiting during 30 minutes but it’s blocked there.
Any one can help me ? Thank you.