Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 797 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 797 Bytes
  • 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