13

I'm learning docker and I just started a container running a Linux distro.
What was the first command I run in the container?
rm -Rf / --no-preserve-root

Comments
  • 2
    I did this but I mounted /usr from the actual filesystem to the docker /usr so it would copy/link over all my libs and setup.

    _whoosh_ at least it wasn't /etc
  • 2
    @woodworks lol, I'm sorry for you.
  • 1
    I deleted my whole etc directory like 5 months ago. I just wanted to delete a subdirectory but the tabulation failed and I was really slept :(( @woodworks
Add Comment