분류 전체보기 51

docker - mariaDB install

본인이 생각하기에 편한 방법대로 하면 된다. 1.DSM 우선 레지스트리에서 mariadb검색하고 최근버전으로 이미지를 다운로드 한다. mariaDB 컨테이너 생성전에 먼저 할일이 있다. docker 폴더에 mariaDB 임의의 폴더를 생성하고 하위에 conf.d mysql 디렉토리도 같이 생성해준다. (추후에 볼륨설정에 이 폴더를 지정해야한다.) 컨테이너를 생성하고 네트워크는 브릿지모드를 이용할것이다. 컨테이너 이름을 간단하게 지정해주고 고급설정에 들어간다. 환경에 MARIADB_ROOT_PASSWORD 추가를 해주고 root 패스워드를 기입해준다. 컨테이너 네트워크를 host 모드를 사용했다면 3006 포트로 접근하면 되지만 브릿지 모드를 선택했으므로 접속 로컬 포트를 따로 지정해주자 필자는 47100..

DOCKER 2023.03.21

Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1521 -> 0.0.0.0:0: listen tcp 0.0.0.0:1521: bind: An attempt was made to access a socket in a way forbidden b..

Error Message Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1521 -> 0.0.0.0:0: listen tcp 0.0.0.0:1521: bind: An attempt was made to access a socket in a way forbidden by its access permissions. Envirment windows 10 netstatu -ano | findstr 1521 검색해도 나오지 않음. portainer로 접속해서 oracle 11g 컨테이너를 실행시켜주면 작동..

ERROR 2023.02.02