Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created April 12, 2016 22:05
Show Gist options
  • Save kevinhooke/5c970716221a80766d943a3d8d4e82ec to your computer and use it in GitHub Desktop.
Save kevinhooke/5c970716221a80766d943a3d8d4e82ec to your computer and use it in GitHub Desktop.
Docker exec bash "warning: terminal not fully functional"
See https://github.com/docker/docker/issues/8631
To fix - run in container, or add as part of Dockerfile:
export TERM=xterm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment