August 2019
Beginner
608 pages
16h 7m
English
Sometimes, a container does not behave the way you expect it to. How can you debug this? First, you can check the container logs:
sudo docker logs gitlab
Enter the running container:
sudo docker exec -it gitlab /bin/bash
You now have root access to the GitLab container and you can view the situation as if you were in a VM running omnibus-gitlab.
Read now
Unlock full access