Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Created January 31, 2019 11:31
Show Gist options
  • Save Banhawy/370e37b439ee6487c894a58811c7fe7b to your computer and use it in GitHub Desktop.
Save Banhawy/370e37b439ee6487c894a58811c7fe7b to your computer and use it in GitHub Desktop.
[Romove Image] #docker
# romeve image by name
docker rmi <image name>
## romve all images
docker rmi $(docker images -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment