MongoDB 설치 (Docker) https://hub.docker.com/_/mongo mongo - Official Image | Docker Hub Quick reference Supported tags and respective Dockerfile links Note: the description for this image is longer than the Hub length limit of 25000, so the "Supported tags" list has been trimmed to compensate. See also docker/hub-feedback#238 and docker/roadm hub.docker.com 이미지 설치 docker pull mongo Container 생성 및..
초기 설정 값 정의 및 컨테이너 생성 source run.sh 명령어를 이용하여 설치(run.sh 파일 생성) 파일 실행 이전에 network 생성 필요 (2023.04.04 - [DevOps] - Docker Desktop 설치) # run.sh # passwrord 생성 시 password 생성 규칙을 지켜야함 # bucket name은 소문자로 작성 docker run -d \ --network=iot \ -p 8086:8086 \ -v $PWD/influxdb-data:/var/lib/influxdb2 \ -v $PWD/config:/etc/influxdb2 \ -e DOCKER_INFLUXDB_INIT_MODE=setup \ -e DOCKER_INFLUXDB_INIT_USERNAME=[usern..
설치 (Linux) 1. URL : https://www.sqlite.org/download.html SQLite Download Page Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled bi www.sqlite.org 2. 명령어를 통한 설치 (명령어로 설치시 서비스 등록 등 자동으로 설정) sudo a..