- 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.
推薦閱讀
- Git Version Control Cookbook
- iOS 9 Game Development Essentials
- Java Web開(kāi)發(fā)技術(shù)教程
- 鋒利的SQL(第2版)
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)實(shí)例教程
- C++ 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Python數(shù)據(jù)分析從0到1
- Python算法詳解
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- 快速入門(mén)與進(jìn)階:Creo 4·0全實(shí)例精講
- Red Hat Enterprise Linux Troubleshooting Guide
- Raspberry Pi Robotic Projects(Third Edition)
- QPanda量子計(jì)算編程
- Java多線(xiàn)程并發(fā)體系實(shí)戰(zhàn)(微課視頻版)
- 軟技能2:軟件開(kāi)發(fā)者職業(yè)生涯指南