ci/cd 설정 썸네일형 리스트형 [draft] gitlab runner 설치 및 실행하기 gitlab runner 설치 및 실행하기gitlab runner 설치$ mkdir gitlab-runner$ cd gitlab-runnerdocker-compose.yml 편집cat docker-compose.ymlversion: '3.8'services: gitlab-runner: image: gitlab/gitlab-runner:latest restart: unless-stopped container_name: gitlab-runner hostname: gitlab-runner volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock - ./c.. 더보기 이전 1 다음