You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vagrant
I wanted to try stuff with CentOS 7 from Atlas, and notice some strange behavior. Is this expected, or a bug?
Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.define "devbox", primary: true do |dev|
dev.vm.box = "centos/7"
end
end
When I go into this system, there's no /vagrant mounted, but there's an rsync'd folder in /home/vagrant/sync. Is auto-mounting /vagrant no longer supported?
This doesn't happen with Trusty using ubuntu/trusty64.
Alvaro Miranda Aguilera
unread,
Nov 9, 2015, 3:36:37 AM11/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vagra...@googlegroups.com
Hello (hola!)
Each person/group decide what's best for them, some include the
virtualbox additions other doesnt.
If rsync did work, can be you are on linux/osx and/or the box is
configured to use that.
Each box can include a vagrant file that gets loaded that can modify
the default settings.
if you would like to test other boxes, have a look at bento in atlas.