Understanding docker run v command
What it does is changing the ownership of the docker.sock file to your user. Look like the upgrade have recreate the socket without enough permission for the ‘docker’ group. The docker group grants root-level privileges to the user. For details on how this impacts security in your system, see Docker Daemon Attack Surface. These tricks […]
Understanding docker run v command Read More »

