반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 예제
- qsort
- connected_component
- STL
- Heap
- list
- 구현
- '0'
- Pair
- 총정리
- Algorithm
- sort
- Articulation_Point
- Biconnected_Component
- template
- data_structure
- 알고리즘
- c++
- red-black tree
- 5397
- 문법
- 자료구조
- singly Linked List
- function_template
- deletion
- class_template
- sstream
- 백준
- Critical_Path_Analysis
- 13305
Archives
- Today
- Total
- Today
- Total
- 방명록
목록Docker (1)
어제의 나보다 성장한 오늘의 나

몽고 디비를 로컬에 직접 설치하지 않고 도커 컨테이너 안에 설치하여 접속하여 사용해보는 방법을 알아보자. 1. 도커 설치 도커 공식홈페이지에서 도커를 설치한다. https://www.docker.com/get-started/ Get Started | Docker Get started with Docker Desktop and join millions of developers in faster, more secure app development using containers and beyond. www.docker.com ~ docker -v Docker version 24.0.7, build afdd53b 2. 몽고 디비 이미지를 Docker Hub로 부터 설치한다. 설치 docker pull mongo..
Docker
2024. 2. 3. 16:52