Merge pull request #12588 from aro5000/update_rootless_docker

Adding docker.socket to also be in disable command for rootless docker
This commit is contained in:
Sebastiaan van Stijn 2021-05-05 21:16:26 +02:00 committed by GitHub
commit e146c7f2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ testuser:231072:65536
> **Note**
>
> If the system-wide Docker daemon is already running, consider disabling it:
> `$ sudo systemctl disable --now docker.service`
> `$ sudo systemctl disable --now docker.service docker.socket`
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#install-with-packages">With packages (RPM/DEB)</a></li>