Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

도커 개발 환경 설정 #33

Open
jawsgeun opened this issue Jun 29, 2019 · 1 comment
Open

도커 개발 환경 설정 #33

jawsgeun opened this issue Jun 29, 2019 · 1 comment
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jawsgeun
Copy link
Contributor

  • 각자 개인의 mysql 또는 mariaDB의 개발 환경을 공통 docker 설정을 통해 사용한다. (docker-compose)
@geusan
Copy link
Contributor

geusan commented Jun 29, 2019

고려해야할 사항

  • 데이터베이스 인코딩 설정 /etc/mysql/conf.d volume 연결
  • 데이터베이스 컨테이너를 재생성해도 데이터가 사라지지 않도록, /var/lib/mysql data volume 연결(ignore)
  • 도커 네트워크를 포함하여 고정 IP 또는 alias로 연결 가능하도록 설정
  • docker-compose.example.yml 을 생성해서 프로젝트에 포함한다.(환경변수 empty, 원본은 ignore)

@geusan geusan added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants