I tried Docker for a little while, just to see what it is. It seems like the authors never used UNIX before. Nonstandard argument format, some strange formatting in the manual page. And the idea of downloading random software from strangers from the internet and running it on your machine creeps me out as well.
Sorry you had a bad experience. When was the last time you tried Docker? As an example..
> Nonstandard argument format
This has changed
> some strange formatting in the manual page
Also has changed
> And the idea of downloading random software from strangers from the internet and running it on your machine creeps me out as well.
So you don't use any sort of package management with the distro of your choice?
BTW - you don't have to use docker the way you describe. You can `docker import` any rootfs to create a base image and only push/pull images you have created.
I run "random" images. However, I do so by only running automated builds with source code I can (and do) first audit. Some of those images, by the way, are official and provided by the application developer / org.