From 20ba3392626ebe8e7fdb5e60130d61b61f4a0cc0 Mon Sep 17 00:00:00 2001 From: cybernet Date: Sun, 18 Jul 2021 12:21:01 +0100 Subject: [PATCH] one liner --- docs/i_u_m_install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/i_u_m_install.md b/docs/i_u_m_install.md index 444cb558b..764f462cc 100644 --- a/docs/i_u_m_install.md +++ b/docs/i_u_m_install.md @@ -13,8 +13,7 @@ Quick installation for most operation systems: ``` curl -sSL https://get.docker.com/ | CHANNEL=stable sh # After the installation process is finished, you may need to enable the service and make sure it is started (e.g. CentOS 7) -systemctl enable docker.service -systemctl start docker.service +systemctl enable --now docker ``` - Docker-Compose