docker bulk container operations

author:headsen chen

date: 2019-08-07  15:26:46

List all containers ID
 Docker PS - AQ
 
stop all container Docker STOP $ (Docker PS
 - AQ)
 
remove all containers Docker RM $ (Docker PS
 - AQ)
 
to remove all mirrors Docker rmi $ (Docker ImagesRF Royalty Free
 - q)
 
Copy file Docker cp myContainer:
 /opt/file.txt / opt / local / cp /opt/local/file.txt myco Docker

 

Guess you like

Origin www.cnblogs.com/kaishirenshi/p/11315570.html