Skip to content

Instantly share code, notes, and snippets.

@evkuzin
Created April 1, 2020 14:42
Show Gist options
  • Save evkuzin/40c835b7780be4165f20c7df6396f29b to your computer and use it in GitHub Desktop.
Save evkuzin/40c835b7780be4165f20c7df6396f29b to your computer and use it in GitHub Desktop.
useful commands
# fix docker shell size
docker run -e COLUMNS=$COLUMNS -e LINES=$LINES -e TERM=$TERM -it postgres /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment