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