I want to build gitlab
as an image in order to run with docker because I can not pull in with this command:
docker pull gitlab/gitlab-ce:latest
so I want to download it first, then build and finally run it with docker. Where I can find gitlab with ability to build with docker?