# Troubleshooting

## Permission Denied

If you see en error like this one, it means that you do not have the appropriate permissions.&#x20;

```
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/threatrix-threat-center/json": dial unix /var/run/docker.sock: connect: permission denied
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/threatrix-hybrid-app/json": dial unix /var/run/docker.sock: connect: permission denied
```

Uninstall the containers and reinstall with sudo, as follows:&#x20;

```
sudo docker stop threatrix-threat-center threatrix-hybrid-app rabbitmq threatrix-db
```

```
sudo docker rm threatrix-threat-center threatrix-hybrid-app rabbitmq threatrix-db
```

```
 sudo ./install
```
