diff --git a/burc_xterm.sh b/burc_xterm.sh index 26158c7..2ce3f39 100755 --- a/burc_xterm.sh +++ b/burc_xterm.sh @@ -1,5 +1,5 @@ #!/bin/bash IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}') xhost + $IP -docker run --read-only -it -e DISPLAY=$IP:0 -v /tmp/.X11-unix:/tmp/.X11-unix burc-lite /bin/bash +docker run --read-only -it -e DISPLAY=$IP:0 -v /tmp/.X11-unix:/tmp/.X11-unix rhancock/burc-lite /bin/bash xhost - $IP