grep と awk を組み合わせてやるぞ。
docker images | grep condition | awk '{print $3}' | xargs docker rmi
Go to list of users who liked
More than 3 years have passed since last update.
grep と awk を組み合わせてやるぞ。
docker images | grep condition | awk '{print $3}' | xargs docker rmi
Register as a new user and use Qiita more conveniently
Go to list of users who liked