책 실습 중 마리아db를 사용하는게 있어서 간단하게 docker로 띄워서 실습하려고 함. 1. 이미지 다운로드 docker pull mariadb Alias tip: dpu mariadb Using default tag: latest latest: Pulling from library/mariadb 2b55860d4c66: Pull complete 4bf944e49ffa: Pull complete 020ff2b6bb0b: Pull complete 977397ae9bc6: Pull complete b361cf449d40: Pull complete 21d261950157: Pull complete 296a47dd9435: Pull complete 4132d19a681a: Pull complete 770141..
docker run -d -p 5432:5432\ --name postgres\ -e POSTGRES_PASSWORD={비밀번호} postgres 이렇게 해서 datagrip에 postgres를 연결하려고 했더니 안됨 postgres는 기본으로 root 계정이 postgres 이어서 datagrip에 연결했더니 아래와 같은 오류가 났음 The specified database user/password combination is rejected: [28P01] FATAL: password authentication failed for user "postgres" 그래서 계정 하나 만들고 연결하니까 잘되었음.. docker exec -it postgres bash postgres=# create user p..
간단하게 Docker를 설치하는 방법은 패스~ brew로 설치하고 가입하고 로그인하면 된다. Docker 컨테이너 검색 명령어 docker search [이미지 이름] ex) docker search oracle-xe-11g 오라클 xe-11g는 검색해보니 jaspeen/oracle-xe-11g 를 많이 쓰는 것 같다. Docker 컨테이너 이미지 다운로드 docker pull [이미지] ex) docker pull jaspeen/oracle-xe-11g Docker 다운 받은 이미지 확인 docker iamges Docker 이미지 실행 방법 docker run --name [이름] -d -p [호스트포트]:[컨테이너포트] [다운받은 이미지] ex) docker run --name oracle11g ..
- Total
- Today
- Yesterday
- rocky
- intellij
- k8s
- 북리뷰
- LocalDate
- jQuery
- 베리 심플
- input
- mybatis config
- oracle
- Bash tab
- localtime
- Spring
- maven
- Spring Security
- Java
- JavaScript
- docker
- window
- Github Status
- Linux
- elasticsearch
- 오라클
- svn
- Mac
- LocalDateTime
- config-location
- mybatis
- Kotlin
- springboot
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |