Change docker socket location to /run/docker.sock
This change resolves the following systemd warning:
```
/usr/lib/systemd/system/docker.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
```
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>