Skip to content

Instantly share code, notes, and snippets.

@laurentsab
Created April 8, 2016 07:30
Show Gist options
  • Save laurentsab/b48f9721f01234282bf30acb4ead5182 to your computer and use it in GitHub Desktop.
Save laurentsab/b48f9721f01234282bf30acb4ead5182 to your computer and use it in GitHub Desktop.
Docker Tips
// allow history for root user on container
// on /root/.bashrc
// add:
HISTFILE="/root/.bash_history"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment