14
gabmus
7y

Containerize everything
My containers are too big, let's just remove some useless binaries...
Later
~ $ less /var/log/foobar.log
/bin/sh: less: not found
~ $ cat /var/log/foobar.log
/bin/sh: cat: not found
~ $ ls /var/log/foobar.log
/bin/sh: ls: not found
~ $ su
/bin/sh: su: not found
~ $ exit
/bin/sh: exit: not found

Comments
  • 1
    😀😀😀😀

    Exit no found 😀😀😀😀😀😀😁😁😁😁
  • 0
    "exit not found" sounds like a VIM message
Add Comment