Add commands to start docker services on Fedora

This commit is contained in:
uggla
2015-05-10 14:12:04 +02:00
parent ee7e6ccb9d
commit 49104cfa5c
+5
View File
@@ -49,6 +49,11 @@ Prerequisites
or or
sudo yum install docker-io 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). - Add a rule into /etc/sudoers to avoid entering your password each time (optional).
<user-name> ALL=(ALL) NOPASSWD: /usr/bin/sudo <user-name> ALL=(ALL) NOPASSWD: /usr/bin/sudo
- Add an alias to your .bashrc not enter your sudo password each time (optional). - Add an alias to your .bashrc not enter your sudo password each time (optional).