ops117 [docker] 도커 컴포즈 파일에 healthcheck 정의하는 법 "test:" 뒤에 테스트할 내용을 작성해 주면은 된다. 2024. 10. 18. [docker] 도커 컴포즈에서 healthcheck 옵션을사용하는 방법 2024. 10. 18. [docker] 도커 컨테이너 실행전에 의존성 체크를 하는 방법 "&&"의 명령어 실행에 실패하면 뒤의 명령어를 실행하지 않는다. 2024. 10. 18. [docker] healthcheck가 가능한 컨테이너 생성하기 도커는 컨테이너가 종료되지 않는다면, 컨테이너가 정상 작동을 하고 있지 않아도 이를 알아 차리지 못한다. 그러므로 컨테이너를 생성할때 Dockerfile에 HEALTCHECK 인스트럭션을추가해 주어서 이를 해결해줄수 있다.-> HEALTHCHECK 인스트럭션으로 생성된 컨테이너에 문제가 발생했다면,docker container ls 명령어를 입력했을때 container의 Status 에(unhealthy)라는 상태 메시지가 뜨게 된다. ex) https://docs.docker.com/reference/dockerfile/#healthcheck 2024. 10. 17. [docker] "docker compose" vs "docker swarm" & "kubernetes" 도커 컴포즈는 애플리케이션이 종료 되더라도 지속적으로 실행 시키도록 하는 기능이 없다. 2024. 10. 17. [other] java.sql.SQLException: ORA-28001: the password has expired 프론트로 데이터가 넘어오지 않아서 서버 로그를 확인하니 위와 같은 문제가 발생했다.DB로부터 Connection을 얻어오지 못하는거 같다. 원인은 비밀번호가 완료되었기 때문이라고 한다. .비밀번호 변경을 위해서 터미널을 실행 sqlplus입력비밀번호를 변경할 계정을 입력 변경할 비밀번호를 입력하면은 비밀번호가 변경되고DB에 정상적으로 연결이 된다. 새로운 비밀번호로 변경한 후 DB와 정상적으로 연결이 된다. 2024. 10. 14. [other] rails로 새로운 프로젝트 생성하기 rails new friends 명령어를 입력해서 프로젝트 생성 2024. 10. 7. [other] rubyinstaller.org https://rubyinstaller.org/downloads/ DownloadsWhich version to download? If you don’t know what version to install and you’re getting started with Ruby, we recommend that you use the Ruby+Devkit 3.3.X (x64) installer. It provides the biggest number of compatible gems and installs the MSYS2 Devkitrubyinstaller.org 2024. 10. 7. [other] railsinstaller로 설치하기 https://railsinstaller.org/ Install Ruby on Rails – Railsinstaller.org -Hi everyone, in an effort to retain the information of railsinstaller.org we have decided to merge it with hotframeworks.com, this resource will always be live for everyone who needs it. Thanks to the team at Hot Frame Works for all their help. Whether yohotframeworks.com 2024. 10. 7. 이전 1 2 3 4 5 6 7 ··· 13 다음