Skip to content

Instantly share code, notes, and snippets.

@camme
Last active May 29, 2018 12:18
Show Gist options
  • Save camme/51b75d9d6bb957f380f22a7a42f036c7 to your computer and use it in GitHub Desktop.
Save camme/51b75d9d6bb957f380f22a7a42f036c7 to your computer and use it in GitHub Desktop.
# Change the size of the tty instance, so we in a docker instace docker (example) can have longer rows
stty rows 50 cols 180
# Remove dangling images
docker rmi $(docker images --quiet --filter "dangling=true")
# Remove images and more from docker (https://docs.docker.com/engine/reference/commandline/system_prune/#description)
docker system prune --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment