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
- label
- Linux
- C
- 기타 연주
- SSH
- pandas
- 컨테이너
- 핑거스타일
- pip
- JSON
- pytorch
- windows forms
- ubuntu
- 채보
- OpenCV
- YOLO
- 오류
- LIST
- Numpy
- C++
- C#
- paramiko
- Visual Studio
- Docker
- mysql
- VS Code
- error
- Selenium
- Python
- 프로그래머스
Archives
- Today
- Total
목록scratch (1)
기계는 거짓말하지 않는다
빈 도커 이미지(empty docker image) 생성
Docker Hub에서 제공하는 빈 이미지인 scratch를 사용하여 빈 도커 이미지를 생성할 수 있다.Link: Docker Hub scratch scratch - Official Image | Docker HubThis image is most useful in the context of building base images (such as debian and busybox) or super minimal images (that contain only a single binary and whatever it requires, such as hello-world). As of Docker 1.5.0 (specifically, docker/docker#8827),hub.docker.com1. 도커 파일을..
Container Tools/Docker
2024. 2. 25. 19:28