By 2 factor authorization effect I am dead on GitLab 2

previous

GitLab

GitLab and Docker

If you use port 22, it is sshd service (ssh server side service, d is "Daemon".). You will stop sshd service.

(On ubuntu 18.04)
$ sudo systemctl stop sshd.service
$ sudo systemctl disable sshd.service

Docker

$ docker pull hogehoge
$ docker run hogehoge
$ docker stop hogehoge
$ docker rm hogehoge

If you need detach, you input Ctrl+p and Ctrl+q.

SourceTree