update README

This commit is contained in:
Andy 2016-08-07 12:55:40 +02:00
parent 9e3fc91271
commit aafa572d51
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -27,6 +27,13 @@ docker build -t andrey01/steam .
## Launch the Steam in Docker ## Launch the Steam in Docker
You may need to allow your user making local connections to X server,
which can be achieved with this command:
```
xhost +SI:localuser:$(id -un)
```
You can use the following shortcut function and place it to your `~/.bash_aliases` file You can use the following shortcut function and place it to your `~/.bash_aliases` file
``` ```