DEV/개발환경6 Docker 컨테이너 실행시 포트 충돌 해결 _ (feat. MySQL) Docker 컨테이너 실행시 포트 충돌 해결 _ (feat. MySQL) 도커에서 MySQL 컨테이너를 실행하기 위해이미지를 받아와서 docker run을 실행하였습니다.docker run --name mysql-local -p 3306:3306/tcp -e MYSQL_ROOT_PASSWORD=test -d mysql:8 이미지를 잘 받아오고 컨테이너 실행까지 잘 하는 듯 하였으나... 뚜둥.. error가 떴습니다. 에러 내용을 확인해보면, 포트 사용이 불가능하다는 내용과 함께,각 socket address(protocol/network address/port)의 사용은 오직 하나만 허용된다는 설명이 나옵니다. 이 말은, 3306:3306포트로 컨테이너 생성을 요청하였는데이미 3306포트를 다른 무.. 2024. 12. 14. Error 해결 : running scripts is disabled on this system running scripts is disabled on this system 에러 해결 방법 파워쉘 환경에서 poetry를 설치하여 사용중에 아래와 같은 에러를 만났다. File C:\Users\xxxxx\AppData\Local\pypoetry\Cache\virtualenvs\fastapi-ca-mROnrpjU-py3.11\Scripts\activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. + CategoryInfo .. 2024. 12. 13. WSL에 몽고디비(MongoDB) 설치하기 WSL에 몽고디비(MongoDB) 설치하기 ※ 참고 : Linux에 MongoDB Community Edition 설치 Install MongoDB Community Edition on Linux - MongoDB Manual v7.0MongoDB AtlasMongoDB Atlas is a hosted MongoDB service option in the cloud which requires no installation overhead and offers a free tier to get started.These documents provide instructions to install MongoDB Community Edition for supported Linux systems.Fwww.mongodb.. 2024. 6. 23. WSL에 MySQL 설치하기 WSL에 MySQL 설치하기 1) 우분투 패키지 업데이트sudo apt-get update 2) MySQL 설치sudo apt-get install mysql-server -y 3) 보안을 위한 secure installation 설치sudo mysql_secure_installation ▼ 설치 안내 및 기본 셋팅Securing the MySQL server deployment.Connecting to MySQL using a blank password.VALIDATE PASSWORD COMPONENT can be used to test passwordsand improve security. It checks the strength of passwordand allows the users to set.. 2024. 6. 23. Windows WSL Miniconda 설치하여 Python 환경 setting하기 Windows WSL에 Miniconda 설치하여 Python 환경 setting하기 1. 아래 링크에서 버전에 맞는 miniconda 설치 파일을 받는다.https://docs.anaconda.com/miniconda/ Miniconda — Anaconda documentationThese three commands quickly and quietly install the latest 64-bit version of the installer and then clean up after themselves. To install a different version or architecture of Miniconda for Windows, change the name of the .exe installer .. 2024. 6. 22. Windows WSL(ubuntu 22.04)에 Java 11 설치하기 WSL(ubuntu)에 Java LTS 11 설치하여 setting하기 (adoptium) WSL에 Java를 설치하는 방법은 여러가지 있지만,현재 진행해본 것 중 가장 간편하고 익숙하다고 생각되는 방식으로 기록하였다. 1. Adoptium 접속(아래 링크 클릭)https://adoptium.net/temurin/archive/ Archive | Adoptium adoptium.net 2. 다운로드 (버전 11-LTS, Linux x64, JDK 195MB) 3. Ubuntu 실행 후 아래 경로에 복사 붙여넣기 (wget 명령어를 통해 다운로드 받아도 됨)/home//src_files/ 4. 압축 풀기tar 명령어를 사용하여 현재 폴더에 압축 해제tar zxvf OpenJDK11U-jdk_x64_.. 2024. 6. 22. 이전 1 다음 반응형