I am following a tutorial that had me "install" gitlab via docker on my Virtual Box, VM, osboxes@osboxes. Once the gitlab was "install" completed, I used firefox and entered the static IP address of my osboxes, http://192.168.151.150.
Firefox went straight to a gitlab page requesting username and password (http://192.168.151.150/users/sign_in). I had no idea what to enter, so I entered register. Then an attempt to use what I registered states,
"Your account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error."
Any idea what I am supposed to enter as username and password?
This is how I "installed gitlab"
sudo docker run --detach
--hostname 192.168.151.150
--publish 192.168.151.150:443:443
--publish 192.168.151.150:80:80
--publish 192.168.151.150:9222:22
--name gitlab
--restart always
--volume $GITLAB_HOME/config:/etc/gitlab
--volume $GITLAB_HOME/logs:/var/log/gitlab
--volume $GITLAB_HOME/data:/var/opt/gitlab
--shm-size 256m
gitlab/gitlab-ce:latest