협업툴,가상환경 정리40 1_docker_GUI_in_linux https://www.howtogeek.com/devops/how-to-run-gui-applications-in-a-docker-container/ How to Run GUI Applications in a Docker Container Docker’s normally used to containerise background applications and CLI programs. You can also use it to run graphical programs though! You can either use an existing X Server, where the host machine is already running a graphical environment, or you can www.howtog.. 2022. 12. 13. 도커 컴포즈 깃랩ci docker-compose with .git-lab_ci.yml 하기 앞서 해야 선행되야될 부분들이 있다. docker 및 docker-compose 기본 개념 git-lab_ci.yml 관련 지식 Job stages 라든가 깃랩CI를 어떤식으로 구성해야할지 git 구성을 어떻게 하냐에 따라 깃랩CI 구성도 바뀐다. 여기서 git 구성은 1. main (master) 2. develop 3. feature 4. hotfix 5. release 이다. 여기서는 docker-compose 로 어떤 코드를 키고 말지에 대한 내용은 다루지 않음, 코드마다 docker-compose 구성이나 어디까지 docker image로 만들어서 사용할지 구성을 잘잡아줘야한다. 구성은 docker-compose로 필요한 프로그램들을 컨테이너화 시켜주고 gitlab-runner 컨테이너를 .. 2022. 11. 21. git branch structure 깃 브랜치 구조 참고 : https://nvie.com/posts/a-successful-git-branching-model/ A successful Git branching model In this post I present a Git branching strategy for developing and releasing software as I’ve used it in many of my projects, and which has turned out to be very successful. nvie.com https://gmlwjd9405.github.io/2018/05/11/types-of-git-branch.html [GitHub] Git 브랜치의 종류 및 사용법 (5가지) - Heee's Development B.. 2022. 10. 23. wsl 명령어 정리 파워쉘에서 wsl --list --online설치 가능한거 확인wsl --install -d 설치리스트목록Nameex) wsl --install -d Ubuntu-20.04타겟 우분투 설치 wsl --list --verbose설치된거 확인 wsl --shutdownwsl 전체 종료 wsl --terminate Ubuntu-20.0420.04 만 종료 wsl --unregister Ubuntu-18.0418.04 설치파일 삭제 Ubuntu2004 config --default-user liam20.04 시작시 디폴트 유저 liam으로 wsl --set-default Ubuntu-20.04wsl 시작시 자동으로 킬 디폴트 wsl 우분투 버전을 20.04로 정함 wsl --distribution Ubuntu.. 2022. 10. 12. docker container to container ssh 접속 의도한건 "A docker container" 에서 "B docker container" 로 root로써 접속하려는 것. docker-compose 를 이용해서 만들것 이렇게 2가지이다. 방법은 1. ssh 로 접속 될 도커에 ports를 포트포워딩한다. 2. root의 비밀번호를 설정한다. 3. openssh-server 를 다운 받는다. 4. "/etc/ssh/sshd_config" 스크립트 파일을 수정한다. ( "PermitRootLogin yes" ) 5. ssh 서비스 리스타트 ! 접속방법은 # 172.29.0.X ABC클이 같은 네트워크에선 ssh -p 22 root@172.29.0.5 또는 ssh root@172.29.0.5 로 접근 # 172.29.0.X ABC클이 다른 네트워크에선 ssh.. 2022. 10. 5. gitlab-ci 문법 참고 https://allroundplaying.tistory.com/55 Gitlab CI Variables 환경변수 알아보기 ref : Gitlab CI > Variables GitLab CI를 사용하여 Runner를 쓸 때, 기본적으로 세팅되어 있는 환경변수를 쓰면 편리한 경우가 있다 ex ) 동일한 컨테이너를 쓰는데 현 프로젝트를 알아야 하는 경우 CI_PROJEC allroundplaying.tistory.com https://docs.gitlab.com/ee/ci/docker/using_docker_build.html Use Docker to build Docker images | GitLab Documentation for GitLab Community Edition, GitLab Enter.. 2022. 10. 5. 이전 1 2 3 4 5 ··· 7 다음