NPTSS

Results 3 comments of NPTSS

[SOLVED] @ashishcas Thanks so much, I found a solution for this problem. just **sudo apt install docker-compose** and Solved, ![DeepinScreenshot_select-area_20211110191508](https://user-images.githubusercontent.com/32447575/141113223-36d8876f-1d45-4a49-aa54-f7d417c2d8d0.png)

@NEK-RA without sudo, just like this ![DeepinScreenshot_select-area_20211110193204](https://user-images.githubusercontent.com/32447575/141113788-2bf36400-f7e7-418f-ac91-9ed6d510c015.png)

Yeah docker was added to group, Please try : Create the docker group. **sudo groupadd docker** Add your user to the docker group. **sudo usermod -aG docker $USER** Log out...