xxxxxxxxxx
# Start the Docker service
sudo service docker start
# Provide permissions to the current user to access the Docker daemon
sudo usermod -aG docker $USER
# Restart Docker after granting permissions
sudo service docker restart
xxxxxxxxxx
open the terminal and type sudo dockerd and leave it open
open new terminal and type sudo docker-compose up -d or sudo docker-compose build