From de85f9ee34810989ac103c977adc199f963bcf78 Mon Sep 17 00:00:00 2001 From: Zeno Date: Sat, 15 Feb 2020 13:04:10 +0100 Subject: [PATCH 1/2] updated instructions i_u_m_migration.md the instructions are now more detailed --- docs/i_u_m_migration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/i_u_m_migration.md b/docs/i_u_m_migration.md index 25fd3ff4d..000c1a7dd 100644 --- a/docs/i_u_m_migration.md +++ b/docs/i_u_m_migration.md @@ -24,8 +24,9 @@ chmod +x /usr/local/bin/docker-compose Please use the latest Docker engine available and do not use the engine that ships with your distros repository. -**2\.** Make sure that Docker is stopped: +**2\.** Stop Docker and make sure that Docker is also stopped: ``` +systemctl stop docker.service systemctl status docker.service ``` From f076a75139f80e14c8bf3dc36291f6a1d8bacf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sun, 16 Feb 2020 10:36:21 +0100 Subject: [PATCH 2/2] Update i_u_m_migration.md --- docs/i_u_m_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/i_u_m_migration.md b/docs/i_u_m_migration.md index 000c1a7dd..2890f9cd9 100644 --- a/docs/i_u_m_migration.md +++ b/docs/i_u_m_migration.md @@ -24,7 +24,7 @@ chmod +x /usr/local/bin/docker-compose Please use the latest Docker engine available and do not use the engine that ships with your distros repository. -**2\.** Stop Docker and make sure that Docker is also stopped: +**2\.** Stop Docker and assure Docker has stopped: ``` systemctl stop docker.service systemctl status docker.service