Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d33b7cc

Browse files
committed
update!
1 parent 88e617c commit d33b7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot_asgdockerrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ asg_docker() {
77
eval $(docker-machine env $1)
88
xhost + $(docker-machine ip $1)
99
MYIP=$(ifconfig vboxnet1|grep inet|awk '{print $2}')
10-
docker run --rm -it -v $2:/analysis -e DISPLAY=$MYIP:0 lukasheinrich/atlas-athanalysisbase-2.4.8 bash
10+
docker run --rm -it -v $2:/analysis -e DISPLAY=$MYIP:0 -w /analysis lukasheinrich/atlas-athanalysisbase-2.4.8 bash
1111
}

0 commit comments

Comments
 (0)