도커 설치 (sudo 없이 도커 사용)
https://everydayyy.tistory.com/121
도커 컴포즈 설치
https://iseunghan.tistory.com/408
shell 진입
docker exec -it {컨테이너 이름} /bin/bash
docker exec -it {컨테이너 이름} /bin/sh
컨테이너 로그 확인
docker logs {컨테이너 이름}
배포시 리소스 하위 폴더 찾지 못하는 오류 수정
https://zoetechlog.tistory.com/111
컨테이너 서버 시간 변경
https://quantrader.tistory.com/160