mirror of https://github.com/docker/docs.git
Adding docker.socket to also be disabled otherwise any docker command run will re-enable docker.service
This commit is contained in:
parent
3dc5416e5b
commit
1c828097a6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue