updated instructions i_u_m_migration.md

the instructions are now more detailed
Dieser Commit ist enthalten in:
Zeno 2020-02-15 13:04:10 +01:00 committet von GitHub
Ursprung 5a0c1d9f64
Commit de85f9ee34
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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. 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 systemctl status docker.service
``` ```