Windows에서도 Ansible (on Docker)하고 싶다 ~①Docker 환경 구축편~
그래서 Windows 상에 Docker 환경을 구축하여 Ansible을 이용하기로 했습니다.
Ansible도 Docker도 사용한 적이 없고, 잘못된 점 등도 있을지도 모릅니다.
참고
Docker에 대한 일본어 문서가 있었으므로 기본적으로 그쪽을 참고로하고 있습니다.
htp // // cs. 도 c r. jp / 도 c 케 r ぉ r ぃ んど ws / s에서 p_ 수. HTML
또, udemy 「제로 등 시작하는 Docker에 의한 어플리케이션 실행 환경 구축」에서 기초적인 부분의 공부를 했습니다.
htps //w w. 우데 my. 코 m / 도 c 케 rk /
소개
운영 환경
Windows에서 Docker 사용
windows에는 다음 두 가지 방법이 있습니다.
에디션 등으로 할 수/할 수 없기 때문에 자신의 환경에 맞게 실시하십시오.
나는 DockerDesktop (windows)을 사용할 수있는 환경이었기 때문에 그곳에있었습니다.
Docker Desktop (Windows)
Docker Tools
절차
①Intel Virtualization Technology 활성화
仮想化: 有効
가 있으면 이미 구성되었습니다.②Windows에 Hyper-V 설치하기
htps : // / cs. 미 c 로소 ft. 코 m / 쟈 jp / ぃ r 쓰 아자 치온 / hype rv-on-u-ws / 쿠이 쿠스 rt / 에나 b ぇ-hy ぺ rv
③ Docker Desktop(Windows) 설치
다운로드하려면 DockerHub에 로그인해야 하므로 계정이 없는 사용자를 만드세요.
htps : // 후 b. 도 c r. 코 m / 에이 치온 s / 콧물에 ty / 도 c 케 루세로 sk와 p ぃんど ws
특히 복잡한 절차는 없기 때문에, 말하는대로 진행하면 괜찮습니다
④ docker version 명령으로 동작을 확인합니다.
docker version
명령을 실행하여 동작을 확인합니다.아래와 같은 느낌으로 표시되면 OK
초기 설정
dockerhub에 로그인 정보 설정
docker login
명령으로 설정 PS C:\Users\owner> docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: hogehoge
Password:
Login Succeeded
집어넣은 점
DNS가 잘 작동하지 않음
Step 3/3 : RUN apt-get update && apt-get install -y inetutils-ping
---> Running in f6ac8909c8ed
Err:1 http://deb.debian.org/debian stretch InRelease
Temporary failure resolving 'deb.debian.org'
Err:2 http://security.debian.org/debian-security stretch/updates InRelease
Temporary failure resolving 'security.debian.org'
Err:3 http://deb.debian.org/debian stretch-updates InRelease
Temporary failure resolving 'deb.debian.org'
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/stretch/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/InRelease Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reference
이 문제에 관하여(Windows에서도 Ansible (on Docker)하고 싶다 ~①Docker 환경 구축편~), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/garakutayama/items/a127d01d89811e395cc7텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)