This commit is contained in:
zhouying 2023-11-02 12:56:08 +08:00
parent abbc03eee4
commit 01a42f8435

View File

@ -18,7 +18,6 @@ docker stop {容器名称或者Id}
docker restart {容器名称或者Id} docker restart {容器名称或者Id}
``` ```
<<<<<<< HEAD
### 查看镜像 ### 查看镜像
``` ```
docker images docker images
@ -48,7 +47,7 @@ df -h
``` ```
du -h -d1 {路径} du -h -d1 {路径}
``` ```
=======
### 进入容器 ### 进入容器
```bash ```bash
@ -62,4 +61,3 @@ docker build -t [imagesName] -f Dockerfile .
``` ```
ps:命令要在 Dockerfile 在的目录下执行 ps:命令要在 Dockerfile 在的目录下执行
>>>>>>> 7f7fc1406d4278f4b5c10b95bbe521e61f3b63db