IT
-
가상머신에 무료 linux openSUSE 설치하는 법IT 2022. 9. 11. 19:53
https://wholetech.tistory.com/32 윈도우에 무료 가상머신 vmware workstation player 설치하는 법 무료 가상머신 VMware Workstation Player 설치하는 법 > 아래 순서대로 1. https://www.vmware.com/kr/products/workstation-player.html 진입하여 무료다운로드 버튼 클릭 2. 위 링크를 클릭하면 나오는 아래.. wholetech.tistory.com 위 글에서 윈도우에 무료 가상머신인 vmware workstation player 설치까지 진행완료했다. 위 과정이 모두 완료되었다고 가정하고, 아래 단계를 진행한다 1. https://get.opensuse.org/leap/15.4/#download 링크..
-
윈도우에 무료 가상머신 vmware workstation player 설치하는 법IT 2022. 9. 11. 17:34
무료 가상머신 VMware Workstation Player 설치하는 법 > 아래 순서대로 1. https://www.vmware.com/kr/products/workstation-player.html 진입하여 무료다운로드 버튼 클릭 2. 위 링크를 클릭하면 나오는 아래 링크에서 윈도우버전 설치 (download now 클릭) https://customerconnect.vmware.com/en/downloads/details?downloadGroup=PLAYER-1557&productId=800&rPId=55787 https://customerconnect.vmware.com/en/downloads/details?downloadGroup=PLAYER-1557&productId=800&rPId=55787 ..
-
AZ900 대비 내가보려고 쓰는 오답노트...일단외우기..IT 2022. 6. 4. 19:17
항상 공부를 위해 시작하지만 일단외우고보는 시험준비... https://www.examtopics.com/exams/microsoft/az-900/view/8/ ExamTopics - Biggest Actual IT Exams Database - Validation www.examtopics.com - azure cosmos db 는 saas다. > 댓글에 답 정정.paas Microsoft SQL Server이면 iaas인데 software updates managed by azure >paas Azure App Service and Azure SQL databases are examples of Azure PaaS solutions Azure는 가상 네트워크의 서브넷 간에 트래픽을 자동 라우팅함. 따..
-
[도커 허브] 컨테이너 이미지를다운받거나 업로드할 수 있는 곳IT 2022. 5. 7. 18:27
도커허브 : docker container run 명령의 기본 레지스트리이다. 공개된 컨테이너 이미지를 맘대로 다운받아 사용할 수 있고, 업로드할 수 있음 업로드하려면 계정이 필요하다. 아래url에서 계정을 생성할 수 있음 https://hub.docker.com Docker Hub Container Image Library | App Containerization Build and Ship any Application Anywhere Docker Hub is the world's easiest way to create, manage, and deliver your team's container applications. hub.docker.com 계정만들고나면 cmd에서 docker login 명령어를 ..
-
도커 이미지 빌드하고 실행해보기IT 2022. 4. 23. 17:38
테스트용 데모 애플리케이션을 clone해온 상태이다 https://github.com/cloudnativedevops/demo GitHub - cloudnativedevops/demo: Simple demonstration app for 'Cloud Native Devops' Simple demonstration app for 'Cloud Native Devops' - GitHub - cloudnativedevops/demo: Simple demonstration app for 'Cloud Native Devops' github.com hello 폴더에 dockerfile 과 go 소스코드가 있는 상태에서 git bash를 통해 해당 path로 진입하여 아래 명령어를 실행한다 docker image bu..
-
도커 에러 해결법 error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run ..IT 2022. 4. 23. 15:47
도커 실습을 해보려고 예전에 설치만해두고 방치해뒀더니 cmd에서 docker version 확인 시 아래와 같은 에러가 발생했다 error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/version: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. 데몬이 낫 러닝..