echo"Using the following commands you can enable and run docker server";
echo"sudo systemctl enable docker"
echo"sudo systemctl start docker"
echo"sudo systemctl status docker"
echo""
echo"After adding to the group (usermod command) your shell needs to be restarted. If you dont know what this means please just logout and log in again.";