- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 172字
- 2021-06-24 19:17:30
Docker container
The docker container command permits you to manage the containers. There are many commands, as shown in the following list:
- docker container attach
- docker container commit
- docker container cp
- docker container create
- docker container diff
- docker container exec
- docker container export
- docker container inspect
- docker container kill
- docker container logs
- docker container ls
- docker container pause
- docker container port
- docker container prune
- docker container rename
- docker container restart
- docker container rm
- docker container run
- docker container start
- docker container stats
- docker container stop
- docker container top
- docker container unpause
- docker container update
- docker container wait
There are some important commands here. The docker container exec permits you to run commands on a running container. This is an important task to debug or look inside the container files. The docker container prune removes the stopped containers. It is helpful in the development cycle. There are some known commands, such as docker container rm, docker container start, docker container stop, and docker container restart. These commands are self-explanatory and have similar behaviors.
推薦閱讀
- 大話PLC(輕松動漫版)
- JavaScript修煉之道
- 小程序實戰視頻課:微信小程序開發全案精講
- Azure IoT Development Cookbook
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- 編譯系統透視:圖解編譯原理
- Android 應用案例開發大全(第3版)
- Scala謎題
- R Deep Learning Cookbook
- BeagleBone Black Cookbook
- AIRIOT物聯網平臺開發框架應用與實戰
- Building Machine Learning Systems with Python(Second Edition)
- Python從入門到精通
- TMS320LF240x芯片原理、設計及應用
- 快速入門與進階:Creo 4·0全實例精講