본문 바로가기

전체 글86

ERROR: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:36828->[::1]:53: read: connection refused [Docker] $ sudo docker-compose up --build -d Pulling jenkins (jenkins/jenkins:lts)... ERROR: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:36828->[::1]:53: read: connection refused 1. re install https://docs.docker.com/engine/install/ubuntu/ Install Docker Engine on Ubuntu docs.docker.com 2. https://lemontia.tistory.com/814 [docker] pul.. 2022. 6. 20.
sudo: unable to resolve host ip-172-31-33-149: Temporary failure in name resolution [ec2] https://extrememanual.net/33739 우분투 sudo : unable to resolve host 메시지 해결 방법 - 익스트림 매뉴얼 우분투에서 sudo 또는 sudo su 명령어로 최고 권한을 얻을때 sudo: unable to resolve host host_name 메시지가 출력되는 경우가 있는데요. 필자 같은 경우 AWS 라이트세일에서 우분투를 세팅하고 기본 계정인 u extrememanual.net 2022. 6. 20.
ERROR: for jenkins cannot stop container: 60f3262c25444640c56d50730a8c5d653a59bac868cc5f985554fb421c570a69: permission denied $ sudo docker-compose down Stopping jenkins ... error ERROR: for jenkins cannot stop container: 60f3262c25444640c56d50730a8c5d653a59bac868cc5f985554fb421c570a69: permission denied Removing network jenkins_default ERROR: error while removing network: network jenkins_default id 3fca97f4dc34fbc6d78e30819cbf28071fb3c238268033ca1e72704d0ccd08a4 has active endpoints sudo aa-remove-unknown 2022. 6. 20.
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the `services` .. [docker] docker-compose.yml version: '3.8' -> version: '3.3' 2022. 6. 20.