You must have recieved a Dockerfile along with this document. This will help you to create/build a Docker Image.
docker build -t miniorange/moas-idp-3.3.38 ~/moas --no-cache
docker run -v:/usr/share/moas/mo-idp-server-3.3.38 --net=bridge --name moas -p 9090:8080 -d miniorange/moas-idp-3.3.0
docker exec -it moas bash