Skip to content

Commit f84e7f1

Browse files
committed
doc: added internet requirement
1 parent 5eb4893 commit f84e7f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/users/vagrant.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Running Nipype in a VM
55
======================
66

7+
.. tip::
8+
9+
Creating the Vagrant VM as described below requires an active internet
10+
connection.
11+
712
Container technologies (Vagrant_, Docker_) allow creating and manipulating
813
lighter weight virtual environments. The Nipype_ source now contains a
914
Vagrantfile to launch a Vagrant_ VM.
@@ -36,7 +41,8 @@ Now you can install your favorite software using::
3641
sudo apt-get install fsl afni
3742

3843
Also note that the directory in which you call `vagrant up` will be mounted
39-
under `/vagrant` inside the virtual machine.
44+
under `/vagrant` inside the virtual machine. You can also copy the Vagrantfile
45+
to a different location in order to mount a different directory.
4046

4147
Please read through Vagrant_ documentation on other features. The python
4248
environment is built using a `miniconda <http://repo.continuum.io/miniconda/>`_

0 commit comments

Comments
 (0)