question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The box 'boxcutter/centos72-docker' could not be found

See original GitHub issue

I am following instructions from https://www.eclipse.org/che/getting-started/download/ to install Eclipse Che using vagrant in OS X El Capitán

  1. mkdir che
  2. Download Vagrantfile from https://github.com/eclipse/che/blob/master/Vagrantfile to che/
  3. cd che/
  4. 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:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
humb1tcommented, Sep 8, 2016

@paco-cruz-iesbelen catch it config.vm.box = “andrewhk/centos72-docker”

0reactions
TylerJewellcommented, Sep 9, 2016

Fixed and merged - 4.7.2 was released this morning.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found