2014年2月27日 星期四

remove all uncomited docker container

# docker rm `docker ps --no-trunc -a -q`

-q only show numeric IDs
--no-trunc Don't truncate output

 
 
 

References :
How to remove old docker.io containers  

沒有留言:

張貼留言