XYZ
0
Q:

docker remove image

docker system prune -a
6
docker image rm [OPTIONS] IMAGE [IMAGE...]
#[OPTIONS]
--force , -f		Force removal of the image
--no-prune		Do not delete untagged parents
6
docker image rm [OPTIONS] IMAGE_ID [IMAGE_ID...]
#[OPTIONS]
--force , -f		Force removal of the image
--no-prune		Do not delete untagged parents
2
docker image rm [OPTIONS] IMAGE [IMAGE...]
1

New to Communities?

Join the community