본문 바로가기
반응형

분류 전체보기209

Docker Container로 Jenkins 설치 Jenkins는 CI/CD tool중 가장 보편적이고 사용하기도 편리한 tool이다. 거의 모든 오픈소스 개발 툴들이 그렇듯, Jenkins 역시 docker hub에서 Official Repository로서 제공된다. 혼자서 하는 연습용 프로젝트라지만, 기본적인 CI/CD 구색은 맞춰야 하기에 AWS 인스턴스에 docker container로 Jenkins를 설치해 보았다.추후, 나만의 환경에 맞춰진 이미지를 만들어 내 레파지토리에 push해 두고 사용하면 훨씬 편리하겠지만 우선은 jenkins official 이미지로 설치해 보자. 1. Jenkins Image Pull $ docker pull jenkins 가장 최근 버전의 jenkins 이미지가 pull 된다.특정한 버전의 jenkins를 받고 .. 2018. 12. 1.
텐소플로우를 윈도우에 설치하기 머신러닝을 배우기 위해 텐소플로우를 설치하고 tutorial을 다 따라하려고 합니다.윈도우에 설치해봅니다. 텐소플로우는 윈도우를 처음부터 지원하지 않습니다. 그래서 Docker라는 툴을 이용해서 호스트 컴퓨터와 클라이언트 컴퓨터를 유연하게 컨테이너 형식으로 유연하게 연결 시켜 사용할 수 있게 만듭니다. 1. docker toolbox 설치 https://www.docker.com/products/docker-toolbox - NDIS5와 NDIS6는 호스트 네트워크 필터 드라이버 입니다.- NDIS6는 비스타나 그 이후부터, NDIS5는 하위버전에서 자동으로 선택됩니다.- 강제로 networktype을 NDIS5로 설정하면 네트워크 필터가 바뀌게 됩니다.- 자세한건 https://en.wikipedia... 2018. 12. 1.
wireshark “couldn't run /usr/bin/dumpcap in child process” I'm not able to use wireshark “couldn't run /usr/bin/dumpcap in child process” [duplicate] 15down voteAs @Tim already mentioned - this problem was discussed before already. This post gives the proper solution - just tested it in 14.04 and it is still valid & workingThe following is a 100% quote from here.Open a terminal by pressing Ctrl+Alt+T and type the following commands:sudo dpkg-reconfigure.. 2018. 11. 5.
LinuxMint 19: Install Docker for container 06日 8月 2018LinuxMint 19: Install Docker for containerThis article will describe installing Docker. Please see here for usage of Docker.Table of Contents1. Install Docker2. Execution result1 Install DockerInstall packages which are needed for adding docker-ce repository.$ sudo apt install -y apt-transport-https ca-certificates curl \ software-properties-common Add docker-ce repository.$ curl -fsS.. 2018. 11. 3.
반응형