일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- cs231n
- numpy
- 기초확률론
- 코크리
- Pull Request
- HookNet
- 히비스서커스
- 사회조사분석사2급
- docker exec
- WSSS
- cocre
- 티스토리챌린지
- Decision Boundary
- docker
- AIFFEL
- aiffel exploration
- docker attach
- 도커
- 백신후원
- CellPin
- GIT
- vscode
- airflow
- Jupyter notebook
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
- ssh
- IVI
- 오블완
- logistic regression
- 프로그래머스
Archives
- Today
- Total
목록denied: requested access to the resource is denied (1)
히비스서커스의 블로그
[Docker] 현재 container상태 그대로 image에 저장 및 docker hub에 push
다른 서버로 현재 도커 컨테이너 상태 그대로 옮겨야 할 일이 생겼다. 이때 활용하기 좋은 방법으로 현재 container상태 그대로 image로 저장하는 명령어 docker commit과 image를 다른 서버나 pc로 옮길 수 있는 docker push를 정리해보았다. docker commit $ docker commit (현재 contianer 이름) (저장할 이미지명) 예시 $ docker commit hibiscircus gotjd709/hibiscircus:latest docker push 1) 먼저 도커 허브에 계정을 만든다. https://hub.docker.com/ Docker Hub Container Image Library | App Containerization We and thir..
Programming/Docker
2022. 5. 18. 12:11