Add commands to start docker services on Fedora
This commit is contained in:
@@ -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).
|
||||
<user-name> ALL=(ALL) NOPASSWD: /usr/bin/sudo
|
||||
- Add an alias to your .bashrc not enter your sudo password each time (optional).
|
||||
|
||||
Reference in New Issue
Block a user