반응형
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
- 알고리즘
- connected_component
- Articulation_Point
- 13305
- 예제
- sstream
- template
- '0'
- Heap
- sort
- qsort
- 구현
- Biconnected_Component
- 5397
- class_template
- 총정리
- deletion
- singly Linked List
- STL
- data_structure
- function_template
- 백준
- Pair
- 자료구조
- Critical_Path_Analysis
- 문법
- Algorithm
- c++
- red-black tree
- list
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