본문 바로가기

docker5

docker.io : Depends: containerd (>= 1.2.6-0ubuntu1~) 문제점 docker.io 설치 시도시 아래와 같은 에러가 출력 됨 root@ubuntu:~# apt install docker.io Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The .. 2022. 4. 18.
2022년 docker elk 설치 (도커 elk 설치) 서버에 직접 elk설치를 해보니 너무 복잡했다. 그래서 도커를 이용하여 elk를 설치해보고자 한다. 📗 docker, docker-compse 설치 docker-compose는 여러 개의 컨테이너로부터 이루어진 서비스를 구축, 실행하는 순서를 자동으로 하여, 관리를 간단히 하는 기능 #기존버전 삭제 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine # 레파지토리 업데이트 & 도커 설치 yum install -y yum-utils yum-config-manager --add-repo.. 2022. 4. 14.
우분투 도커설치 하기(ubuntu docker 설치) 💡 사전 필수 패키지 설치 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 💡 안전한 통신을 위한 GPG key 인증 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 💡 도커 레파지토리 등록 sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" 💡 도커 설치 sudo apt-get update && sudo apt-get install.. 2022. 3. 6.
윈도우 도커(docker) 설치가 제대로 안될 때 - Docker Desktop wationg... 제대로 설치가 안된다. - https://docs.docker.com/desktop/windows/install/ 에서 도커 설치파일을 설치하였는데 다음과같이 나와버린다. Docker Desktop wationg... 제어판 > 프로그램 추가/제거 > 윈도우기능에서 아래 체크 되어있는지 확인 Hyper-V , Linux용 Windows 하위 시스템, 가상 머신 플랫폼 재부팅하면 아래와 같은 알림창이 뜬다. WSL 2 installation is incomplete kernel update 링크를 누른다. 커널 업데이트 패키지를 다운받고 설치한다. 설치를 완료하고 restart를 누르니 정상적으로 실행된다. 2022. 2. 18.
CentOS7 도커(docker) 설치하기 들어가며... - 9년차 시스템엔지니어인 나도 도커를 처음 배운다. 레거시에서 벗어나려면 많이 해봐서 익숙해져야 한다. 최대한 잡소리 없이 누구나 쉽게 설치할 수 있도록 쉽게 설명해보고자 한다. 일단 vmware든 virtual박스든 CentOS7을 설치한다. 참고로 나는 root 사용자로 로그인하여 실습을 했다. 설치 방법 레파지 토리 등록 - 어플리케이션 설치를 위한 사전작업이다. 쉽게말하면 온라인 은행페이지에서 로그인을 하기위해서 온갖 잡 보 안프로그램을 까는것과 같은 거라고 보면 된다. yum install -y yum-utils yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo 도커(d.. 2022. 2. 18.
반응형