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 | 31 |
Tags
- Bruth Force
- 코딩테스트
- aws
- Algorithm
- Priority Queue
- programmers
- django
- GitHub
- Trie
- boj
- 모의SW역량테스트
- Vue.js
- JavaScript
- hash table
- 시뮬레이션
- 구현
- gpdb
- SWEA
- 알고리즘
- 알고리듬
- Linked list
- DFS
- CSV
- 코테
- SQL
- Back tracking
- spring boot
- Python
- Data Structure
- BFS
Archives
- Today
- Total
hotamul의 개발 이야기
[Docker] What is defined in the Dockerfile? 본문
What is defined in the Dockerfile?
The Dockerfile is used to build our image, which contains a mini Linux Operating System with all the dependencies needed to run our project.
https://docs.docker.com/engine/reference/builder/
Dockerfile reference
docs.docker.com
'Dev. > Docker' 카테고리의 다른 글
[Docker] docker-compose.yml (0) | 2022.06.25 |
---|---|
[Docker] 서버에서 root user 사용하지 않는 이유 (0) | 2022.06.25 |
[Docker] Why use Docker? (0) | 2022.06.25 |