I'm building docker images for gitlab and I want to follow docker design – one process in one container. Is it possible to run gitlab shell in a separate container (with sshd)? Should I be aware of any pitfalls?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Seems it's not possible, according to these lines in gitlab.yml
:
## GitLab Shell settings
gitlab_shell:
path: /home/git/gitlab-shell/
hooks_path: /home/git/gitlab-shell/hooks/