Merge pull request #190 from Tokukarin/patch-1

updated instructions i_u_m_migration.md
Dieser Commit ist enthalten in:
André Peters 2020-02-16 10:36:27 +01:00 • committet von GitHub
Commit 979316f8ee
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 assure Docker has stopped:
``` ```
systemctl stop docker.service
systemctl status docker.service systemctl status docker.service
``` ```