Error when trying vagrant up

I’m using Vagrant for my environment and I’ve got a little issue: $vagrant up Bringing machine ‘default’ up with ‘virtualbox’ provider… ==> default: Box ‘base’ could not be found. Attempting to find and install… default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Adding box ‘base’ (v0) for provider: virtualbox default: Downloading: base … Read more

Should I use Vagrant or Docker for creating an isolated environment? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago. Improve this question I use Ubuntu for development and deployment and have a need for creating an isolated … Read more