Hi everyone,
I’m attempting a docker install of Mindboggle on Ubuntu 14. I’ve followed the
recommendations here (https://mindboggle.readthedocs.io/en/latest/). Firstly, I installed docker following this web page(https://docs.docker.com/install/linux/docker-ce/ubuntu/). After docker installation, I used the following commandline
docker pull nipy/mindboggle
then, the status showed “Download newer image for nipy/mindboggle: latest”. The next step is to set environment variables. How to do it? I don’t know where is the bin directory of docker and mindboggle,thus I can’t add their path to “~/.bashrc”.
Another problem is that I don’t understand the meaning of the following two command lines. I can’t find binarybottle directory. Does "DOCK=/home/jovyan/work "means the installation directory of docker?
HOST=/Users/binarybottle
DOCK=/home/jovyan/work
Thanks for any help.