The box 'boxcutter/centos72-docker' could not be found
See original GitHub issueI am following instructions from https://www.eclipse.org/che/getting-started/download/ to install Eclipse Che using vagrant in OS X El Capitán
- mkdir che
- Download Vagrantfile from https://github.com/eclipse/che/blob/master/Vagrantfile to che/
- cd che/
- vagrant up
Receive error message:
The box ‘boxcutter/centos72-docker’ could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp’s Atlas, 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://atlas.hashicorp.com/boxcutter/centos72-docker”] Error: The requested URL returned error: 404 Not Found
I have browsed https://atlas.hashicorp.com/boxcutter and I cannot find any other xxxx-docker box to put in the Vagrantfile.
Any hint? 😃
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Sometimes a docker container gets stuck so that it can't be ...
Found a couple of clues. After rebooting the VM, the container can be removed. The issue is reproducible on my system. I can...
Read more >Docker can not be installed on CentOS - Stack Overflow
What am I missing? Docker requires kernel version 3.10 or higher, which Centos 6 doesn't have. You'll have to install Docker on Centos...
Read more >Install Docker Engine on CentOS
Install Docker Engine on CentOS. To get started with Docker Engine on CentOS, make sure you meet the prerequisites, then install Docker.
Read more >Discover Vagrant Boxes - Vagrant Cloud
I will not release more updates. ... box-cutter/centos72 2.0.21. CentOS ... Minimal CentOS 6.7 x86_64 base box - Includes VirtualBox Guest Additions, Chef, ......
Read more >How To Install and Use Docker on CentOS 7 - DigitalOcean
Step 1 — Installing Docker. The Docker installation package available in the official CentOS 7 repository may not be the latest version. To...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@paco-cruz-iesbelen catch it config.vm.box = “andrewhk/centos72-docker”
Fixed and merged - 4.7.2 was released this morning.