From 49104cfa5c6cf6091f1b3c9e122ec279112f3519 Mon Sep 17 00:00:00 2001 From: uggla Date: Sun, 10 May 2015 14:12:04 +0200 Subject: [PATCH] Add commands to start docker services on Fedora --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 923d1eb..45bc83e 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,11 @@ Prerequisites or sudo yum install docker-io + + sudo systemctl enable docker.service + + sudo systemctl start docker.service + - Add a rule into /etc/sudoers to avoid entering your password each time (optional). ALL=(ALL) NOPASSWD: /usr/bin/sudo - Add an alias to your .bashrc not enter your sudo password each time (optional).