Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e617c commit d33b7ccCopy full SHA for d33b7cc
dot_asgdockerrc
@@ -7,5 +7,5 @@ asg_docker() {
7
eval $(docker-machine env $1)
8
xhost + $(docker-machine ip $1)
9
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
+ docker run --rm -it -v $2:/analysis -e DISPLAY=$MYIP:0 -w /analysis lukasheinrich/atlas-athanalysisbase-2.4.8 bash
11
}
0 commit comments