Forem Creators and Builders 🌱

Discussion on: Development: Installing Forem using Docker on Ubuntu

Collapse
 
akhil profile image
Akhil Naidu

use these commands in order.

sudo groupadd docker
sudo usermod -aG docker $USER

logout and login if PC or if it is a VM restart your VM or VPS

newgrp docker
sudo systemctl enable docker
sudo service docker restart
run this command to verify your docker: docker run hello-world