일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 히비스서커스
- 오블완
- Pull Request
- vscode
- HookNet
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
- logistic regression
- docker exec
- 프로그래머스
- Jupyter notebook
- Decision Boundary
- GIT
- AIFFEL
- IVI
- 티스토리챌린지
- 코크리
- airflow
- 사회조사분석사2급
- 백신후원
- 도커
- 기초확률론
- CellPin
- WSSS
- cs231n
- aiffel exploration
- ssh
- docker
- cocre
- numpy
- docker attach
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