Spring 182

Pulling application (aws:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

https://mtou.tistory.com/88 sudo docker-compose up [sudo] jaehyeok의 암호: Pulling apache (front:1.1)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data cou" data-og-host="mtou.tistory.com" data-og-source-url="https://mtou.tistory.com/88" data-og-url="https://mtou.tistory.com/88" data-og-image="https://scrap.kakaocdn.net/dn/bub4kP/hyXDlL5GGw..

Spring/error log 2024.11.26

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/images/create?fromImage=melitina915%2Faws&tag=3": dial unix /var/run/docker.sock: connect: permission denie

https://thxxyj.tistory.com/42 docker, docker-compose 설치 후 Permission denieddocker, docker-compose 설치 방법은 아래 글 참고 docker, docker-compose 설치 on Ubuntu 1. docker 설치하기 https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 1. 패키지 설치 sudo apt-get update sudo apt-get instalthxxyj.tistory.com

Spring/error log 2024.11.26

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

https://league-cat.tistory.com/347 도커 설치 후 도커 명령어 실행 에러 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the dockCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 위와 같은 명령어가 뜨면 docker service가 실행이 안되어있는것이다. $sudo systemctl status docker 상태를 확인해 봐라 stop일 것league-cat.tistory.com

Spring/error log 2024.11.26

Spring IntelliJ application.yml ${ } 환경변수 설정

https://velog.io/@hjm2530/%ED%99%98%EA%B2%BD%EB%B3%80%EC%88%98-%EC%84%A4%EC%A0%95%EC%9D%84-%ED%86%B5%ED%95%B4-%EB%AF%BC%EA%B0%90%ED%95%9C-%EC%A0%95%EB%B3%B4-%EC%88%A8%EA%B8%B0%EA%B8%B0 환경변수 설정을 통해 민감한 정보 숨기기내가 배포한 API의 소스 코드를 Github에 올릴 때 주의할 점이 있다. 그것은 바로 코드에 민감한 정보가 있다면, 누군가 그 정보를 쉽게 탈취할 수 있다는 점이다. 예를 들어, 내가 사용하는 Databasevelog.io

Spring AWS GitHub CI/CD Docker

https://sjh9708.tistory.com/100 [AWS] EC2 인스턴스에 Docker 컨테이너 배포하기이전에 Google Cloud Platform (GCP)를 이용하여 Docker 컨테이너를 배포하는 방법을 포스팅한 적 있다.이번에는 AWS를 사용하여 배포하는 방법을 살펴보도록 하자. AWS 인스턴스에, Docker 컨테이너를 실행sjh9708.tistory.com https://sjh9708.tistory.com/237 [AWS & Github Actions] CI/CD 파이프라인 구축 (Spring + Docker)진행중인 프로젝트의 데브서버에 CI/CD 파이프라인을 구축하는 작업을 맡게 되었다.이전 포스팅에서 AWS EC2에 스프링 프로젝트를 Docker 컨테이너 사용과 함께 가장 심..

Spring 영상 저장

https://320hwany.tistory.com/76 스프링에서 파일(이미지, 동영상) 업로드/다운로드프로젝트를 하다보면 파일(이미지, 동영상)을 업로드/다운로드 하는 경우가 있습니다. 한번 정리해보면 좋을 것 같아서 예시를 만들어봤습니다. 예시와 함께 이미지, 동영상을 저장하고 반환하320hwany.tistory.com https://velog.io/@haerong22/%EC%98%81%EC%83%81-%EC%8A%A4%ED%8A%B8%EB%A6%AC%EB%B0%8D-1.-%EA%B8%B0%EB%B3%B8-%ED%8C%8C%EC%9D%BC-%EC%97%85%EB%A1%9C%EB%93%9C 영상 스트리밍 #1. 기본 파일 업로드영상 스트리밍 #1. 기본 파일 업로드velog.io https://son..