Skip to content

Improve documentation about maintenance commands (Docker)

Hello,

I write this issue to request an improvement of this documentation : https://docs.gitlab.com/omnibus/maintenance/

Please could you enhance the documentation to gives what are the correct commands to stop, start, restart a docker GitLab instance ?

Is it (option -it or -t is needed or not ?) :

# Start all GitLab components
docker exec -t <container name> gitlab-ctl start 

# Stop all GitLab components
docker exec -t <container name> gitlab-ctl stop

# Restart all GitLab components
docker exec -t <container name> gitlab-ctl restart

Thank you very much.

Best regards