I’m currently trying to set up gitlab ce on docker (debian) using this tutorial. I did it exactly as it was written.
Now when i execute sudo docker ps -a
it returns
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6bc81de53061 gitlab/gitlab-ce:latest "/assets/wrapper" 9 minutes ago Restarting (1) Less than a second ago gitlab_web_1
I hope somebody knows whats wrong, if further infomation is required please reply what you need.
Edit:
sudo docker logs gitlab_web_1
returns standard_init_linux.go:190: exec user process caused "exec format error"
23 times