블로그
- 아두이노 우노 Q에서 측정한 값을 데이터베이스에 넣기! 아두이노 우노 Q와 아두이노 App Lab을 사용할 때, Python을 지원한다고 했었죠? 이 Python 지원은 Docker라는 가상화 기술을 활용하여, 아두이노 App Lab에서 자동으로 지원합니다~ (자세한 설명은 아래 링크를 클릭해주세요!)
- [Docker] Docker를 이용한 Prometheus, Grafana 모니터링 구축 Flask를 이용하여 prometheus에 메트릭이 수집되도록 웹 애플리케이션 구성 서버 내 /docker 및 /docker/app 디렉터리 생성 진행. /docker/app 경로 내 app.py 파일 생성 및 파일 내 하단.......
- 컨테이너 내 JAR 파일 배포 위치 Spring Boot 애플리케이션 컨테이너 (Docker) Spring Boot 애플리케이션을 Docker 컨테이너에 배포할 때 일반적으로 jar 파일은 /app 또는 /usr/local /app 같은 디렉토리에 배치됩니다.
- Configuring nginx but apache httpd not working I have this as my docker-compose.yml file: version: "3" services: app: build: context: . dockerfile: /shared:/app/shared depends_on: - db restart: always environment: - MONGO_URL=mongodb://db:27017/db_name
- PaaS : Kubernetes vs. CloudFoundry 질문 : the next version of CloudFoundry/Diego will offer native support for Docker containers which will the problem Kubernetes is trying to solve is more a generic, where CloudFoundery is more focussed on app