반응형
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 |
Tags
- class_template
- function_template
- Algorithm
- 자료구조
- '0'
- Critical_Path_Analysis
- 총정리
- sort
- connected_component
- 백준
- 13305
- data_structure
- c++
- Pair
- Articulation_Point
- 문법
- 예제
- sstream
- singly Linked List
- deletion
- Heap
- red-black tree
- template
- 알고리즘
- 5397
- 구현
- Biconnected_Component
- list
- qsort
- STL
Archives
- Today
- Total
- Today
- Total
- 방명록
목록Docker (1)
어제의 나보다 성장한 오늘의 나
[Docker] 도커에 몽고 DB를 설치하고 실행 시키기
몽고 디비를 로컬에 직접 설치하지 않고 도커 컨테이너 안에 설치하여 접속하여 사용해보는 방법을 알아보자. 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