mirror of https://github.com/docker/docs.git
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:
commit
e146c7f2cd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue