반응형
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
- swapon
- docker
- 랜카드인식불량
- 같은폴더
- lvcreate
- HTTPD
- MSBing
- ssh
- tar
- pvcreate
- docker network
- 날짜변경
- yum
- docker image
- chmod
- chatGPT
- firewalld
- vagrant kubernetes
- journalctl
- vgcreate
- M365필터
- mount
- 엑셀파일명변경
- permission
- ansible
- 프로세스
- nmcli
- 리다이렉션
- newbingai
- Kubernetes
Archives
- Today
- Total
목록container link (1)
becool

09:33 Docker Container Life Cycle docker build This is used to build the docker image and then put it to the image registry. docker pull This is used to pull the image build in the above portion from the registry. docker run This will run the image as a docker container. docker pause It is used to pause the docker container. docker unpause It is used to unpause the docker container. docker stop ..
docker
2021. 8. 11. 16:31