remove docker images
How to remove docker images: https://linuxhint.com/removing_docker_images/
LIst image:
docker image ls
Remove image by id:
docker image rm 4bb46517cac3
How to remove docker images: https://linuxhint.com/removing_docker_images/
LIst image:
docker image ls
Remove image by id:
docker image rm 4bb46517cac3