Don't forget (if not done during the install process) to add your user to the docker group:
1
sudo usermod -aG docker your-user
Copied!
If you do so, you'll have to close your session and open a new one (logout and login again). After having logged in again, you can check that it is working with :
1
docker ps
2
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES