Skip to content

Commit 08ab1d6

Browse files
committed
Better describe where the install file come from
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 6948b29 commit 08ab1d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Vagrant.configure("2") do |config|
4545
# Redirecting STDERR to /dev/null because Minikube print download progress
4646
# for the images to STDERR which clutters up the Vagrant output w/ error output!
4747
config.vm.provision :shell, privileged: false, inline: "sudo -g docker minikube start 2>/dev/null"
48-
# Install everything from secureCodeBox:
48+
# Install everything from secureCodeBox via install script.
49+
# Hint: The directory where the Vagrantfile lives is mapped into the box under the path /vagrant.
4950
config.vm.provision :shell, privileged: false, inline: "sudo -g docker /vagrant/bin/install.sh --all"
5051

5152
# Do not automatically install VirtualBox guest additions, if available.

0 commit comments

Comments
 (0)