Я пытаюсь настроить бродягу с помощью CentOS7.2.vagrant centos7.2 Vagrantfile
Я нашел это на Атлас: https://atlas.hashicorp.com/brightcove/boxes/centos7.2 Но когда я на моей VagrantFile с
config.vm.box = "brightcove/centos7.2"
и
config.vm.box_url = "https://atlas.hashicorp.com/brightcove/boxes/centos7.2"
Я получаю эту ошибку:
vagrant_centos$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'brightcove/centos7.2' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'https://atlas.hashicorp.com/brightcove/boxes/centos7.2'
default: URL: https://atlas.hashicorp.com/brightcove/boxes/centos7.2
==> default: Adding box 'brightcove/centos7.2' (v1.0.14) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/brightcove/boxes/centos7.2/versions/1.0.14/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn't resolve host 'xivagrantbox.vidmark.local'
vagrant_centos$