Adding docker.socket to also be disabled otherwise any docker command run will re-enable docker.service

This commit is contained in:
Aaron Stults 2021-03-27 16:02:43 -06:00
parent 3dc5416e5b
commit 1c828097a6
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,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>