- 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.
推薦閱讀
- R語言經(jīng)典實(shí)例(原書第2版)
- Mastering Ember.js
- Software Testing using Visual Studio 2012
- Ext JS Data-driven Application Design
- Visual FoxPro 程序設(shè)計(jì)
- Building Minecraft Server Modifications
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- 全棧自動化測試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Learning Hadoop 2
- Instant Debian:Build a Web Server
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- IoT Projects with Bluetooth Low Energy
- Hadoop大數(shù)據(jù)分析技術(shù)