• Misc docker containers made for private use, but might be useful for others :)

Debugging

  • nsenter (and the alias docker-enter): Install with 'docker run --rm -v /usr/local/bin:/target jpetazzo/nsenter', and use 'nsenter containerID' to get in
  • docker run -i -t -P --entrypoint=/bin/bash whatever/container -l

Other usefull containers