0
respostas

Vagrant Box e Global Status

Depois de implementar este código no Vagrantfile:

config.vm.define "memcached" do |memcached| memcached.vm.box = "centos/7" memcached.vm.provider "virtualbox" do |vb| vb.memory = 512 vb.cpus = 1 vb.name = "centos7_memcached" end end

Rodei o comando vagrant up mencached

jofer@LAPTOP-JOFER MINGW64 /d/ambiente_dev/bionic $ vagrant up memcached Bringing machine 'memcached' up with 'virtualbox' provider... ==> memcached: Box 'centos/7' could not be found. Attempting to find and install... memcached: Box Provider: virtualbox memcached: Box Version: >= 0 The box 'centos/7' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Vagrant Cloud, please verify you're logged in via vagrant login. Also, please double-check the name. The expanded URL and error message are shown below:

URL: ["https://vagrantcloud.com/centos/7"] Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - A fun��o de revoga��o n�o p�de verificar a revoga��o do certificado.

O que devo fazer por favor? Criei uma conta no Vagrant Cloud!

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software