aboutsummaryrefslogtreecommitdiff
path: root/Tools/ros/vagrant/docker-host/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/ros/vagrant/docker-host/Vagrantfile')
-rw-r--r--Tools/ros/vagrant/docker-host/Vagrantfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/ros/vagrant/docker-host/Vagrantfile b/Tools/ros/vagrant/docker-host/Vagrantfile
index 9fd4695dd..2b85bf8e9 100644
--- a/Tools/ros/vagrant/docker-host/Vagrantfile
+++ b/Tools/ros/vagrant/docker-host/Vagrantfile
@@ -6,6 +6,12 @@
#
# Maintainer: Andreas Antener <andreas@uaventure.com>
#
+# To add local docker images into the docker host, configure your local
+# docker client to control the docker daemon on the running "docker-host" VM.
+# The box ("docker-host-base") configures docker to listen on any IP on port 2375.
+# You can then load an existing image, e.g.:
+# "docker load -i container-image.tar"
+#
Vagrant.configure(2) do |config|
config.vm.box = "docker-host-base"