-f 옵션을 사용하여 사용자 지정 파일을 지정할 수 있다.
-f
1 $ docker-compose -f docker-compose-custom.yml up -d
1
$ docker-compose -f docker-compose-custom.yml up -d
1 $ docker-compose -f docker-compose-custom.yml down
$ docker-compose -f docker-compose-custom.yml down
목표 이더리움 기반의 Priviate 환경을 구축 docker 기반으로 서비스를 구성 PoA 알고리즘을 사용 멀티 노드를 구성 블록체인 모니터링 환경을 구성 스마트 컨트랙트를 배포하고 활용 개발환경 사용 설명 geth Ethereum C...
1. docker 설정 파일 추가 nextjs - With Docker 사이트에서 Dockerfile, .dockerignore 파일을 복사하여 nextjs 프로젝트 루트 위치에 추가해준다. 2. next.config.js에 설정 추가 1 2 3 4 5 6 7 8 9 10 /** @type {import('next').NextConfig} */ co...
Let’s use ClamAV, an open-source anti-virus software, in nodejs. ClamAV ? ClamAV is a free antivirus software that detects viruses, Trojans, worms, and spam on Linux, macOS, and Windows operati...
docker ps 명령 시에 내용 전체보기
docker-compose 설정에 command 사용 방법