#!/bin/sh sudo systemctl enable --now docker.service sudo usermod -aG docker $(whoami) reboot