This commit is contained in:
Cabillot Julien
2018-01-16 14:34:14 +01:00
commit e6d1159d26
2 changed files with 26 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
Pour lancer le docker :
```bash
docker run --rm -v /tmp/.X11-unix/:/tmp/.X11-unix -v $(pwd)/data:/root -e DISPLAY -e XAUTHORITY -v $XAUTHORITY:$XAUTHORITY "registry.cabillot.eu/jcabillot/signal-desktop"
```