반응형

Docker 3

rocky docker compose sonar cube 설치

1. root 계정에서 명령어 실행sudo sysctl -w vm.max_map_count=262144 실행하지 않으면 아래와 같은 오류 발생sonarcube ERROR: [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch. 2. docker compose ymlservices: postgresql: image: postgres:15 container_name: postgresql restart: always environment: POSTGRES_USER: sonar POSTGRES_PASSWO..

Docker 2025.03.02

docker An error Occured Hardware assisted virtualization and data execution protection must be enabled in the BIOS...

docker 실행시 아래와 같은 오류가 발생 대처 방법을 정리하고자 한다. https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled Logs and troubleshooting Here is information about how to diagnose and troubleshoot problems, send logs and communicate with the Docker Desktop for Windows team, use our forums and Knowledge Hub, browse and log... docs.docker.com 사이트에 들어가면 영어로 어떤 오류 인지 알려준다. Window10 ..

Docker 2019.04.14

Window10 + Docker 설치

Window10 환경에서 Docker 설치하는 방법을 정리합니다. 1.download https://www.docker.com/products/docker-desktop Docker Desktop for Mac and Windows | Docker Learn why Docker Desktop is the preferred choice for millions of developers building containerized applications. Download for Mac or Windows. www.docker.com Window형 Docker 실행파일을 다운받는다. 2. docker 실행 Ok버튼 클릭 docker 설치에 필요한 파일 설치중.. 설치 완료 PC 리부팅 진행 3. 실행 바탕화면에 아..

Docker 2019.04.13