From 1e91176d27dc03fbc2bd122003d80dd581cac312 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Mon, 15 Oct 2018 15:09:11 -0600 Subject: [PATCH] Update rhel.md Incorporated @andrewhsu's feedback. --- install/linux/docker-ee/rhel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/linux/docker-ee/rhel.md b/install/linux/docker-ee/rhel.md index 1076777eae..686e3faafc 100644 --- a/install/linux/docker-ee/rhel.md +++ b/install/linux/docker-ee/rhel.md @@ -78,7 +78,7 @@ Reload the Docker configuration to systemd. Restart the Docker service as root. -`$ sudo service dockerd restart` +`$ sudo systemctl restart docker` To confirm Docker is running with FIPS-140-2 enabled, run the `docker info` command: @@ -101,7 +101,7 @@ Reload the Docker configuration to systemd. Restart the Docker service as root. -`$ sudo service dockerd restart` +`$ sudo systemctl restart docker` ### Find your Docker EE repo URL