Hey !
On this page, the documentation states to not use this script in production environments.
I was wondering why there was this warning
Share and learn in the Docker community.
Hey !
On this page, the documentation states to not use this script in production environments.
I was wondering why there was this warning
Its because of security, you’re downloading a script from a source, and then just executing it, as root.
You dont know what it actually does, what it installs or even uninstalls and in a production env, you want to be 100% in control so you know it wont break any existing functionality in your env.