naming updates

This commit is contained in:
Andreas Antener
2015-01-23 11:53:54 +01:00
parent c4b309c06e
commit 700ca3c7d0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
# Maintainer: Andreas Antener <andreas@uaventure.com> # Maintainer: Andreas Antener <andreas@uaventure.com>
# #
# After build, do "vagrant package --base docker-host-base" to package, # After build, do "vagrant package --base docker-host-base" to package,
# and import as box: "vagrant box add --name docker-host-base package.box" # and import as box: "vagrant box add --name uaventure/docker-host-base package.box"
# #
Vagrant.configure(2) do |config| Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64" config.vm.box = "ubuntu/trusty64"

View File

@@ -13,7 +13,7 @@
# "docker load -i container-image.tar" # "docker load -i container-image.tar"
# #
Vagrant.configure(2) do |config| Vagrant.configure(2) do |config|
config.vm.box = "docker-host-base" config.vm.box = "uaventure/docker-host-base"
config.vm.define "docker-host" config.vm.define "docker-host"