Скачать(обновить) все docker images

docker images |grep -v REPOSITORY|awk '{print $1}'|xargs -L1 docker pull

Удалить ненужные docker images

В данном случае - удаляю amazon/opendistro-for-elasticsearch

docker images | grep 'amazon/opendistro-for-elasticsearch' | awk '{print $3}' | xargs -L1 docker rmi
Enter your comment. Wiki syntax is allowed:
 
  • devops/docker.txt
  • Last modified: 2019/12/06 20:27
  • by admin