Install Tuleap from Docker

Hi,

Need to run Tuleap from Docker. Tried running the below commands

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

Reference: https://hub.docker.com/r/enalean/tuleap-aio/

Below error is thrown on running the 2nd command. Can someone let us know if any pre-requisites need to be done.