From 93ba00b82ef60a038cdabf31b901e807ae71ae03 Mon Sep 17 00:00:00 2001 From: Monica Li Date: Tue, 2 Oct 2018 14:04:21 -0400 Subject: [PATCH] update container name in burc_xterm.sh to be consistent with class examples --- burc_xterm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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