update README

master
Andy 8 years ago
parent 4e016b4ad6
commit 34d263efb2
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -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

Loading…
Cancel
Save