โป ์ฌ์ ์ค๋น ์ฌํญ์ผ๋ก docker(# docker ์ค์น)๊ฐ ์ค์น ๋์ด ์์ด์ผ ํ๋ค. 1. Gitlab ์คํ # docker gitlab ์คํ $ sudo docker run --detach \ --hostname 192.168.10.X \# git pull or push ์์ ์ฌ์ฉ๋ hostname --publish 443:443 --publish 80:80 --publish 22:22 \ # hostPort:containerPort hostPort์์ ์ง์ ํ Port์ ๋ฐฉํ๋ฒฝ์ ๋ฐ๋์ ์คํํด์ค์ผ ํ๋ค. --name gitlab \ --restart always \ --volume /srv/gitlab/config:/etc/gitlab \# volume์ gitlab ๊ธฐ๋์ ํ์ํ ํ์ผ๋ค์ ์ ์ฅํ๊ธฐ ์..