update README

This commit is contained in:
Andy 2016-04-30 21:11:53 +02:00
parent 4e016b4ad6
commit 34d263efb2
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -2,10 +2,14 @@
## Launching the Firefox
You can use the following shortcut function and place it to your `~/.bash_aliases` file
```
alias firefox="docker-compose -f ~/docker/firefox/docker-compose.yml run --rm firefox"
function docker_helper() { (cd ~/docker/$1; docker-compose run --rm "$@" & disown) }
function firefox() { (docker_helper $FUNCNAME $@) }
```
# Troubleshooting
## Audio