Che Server not starting via docker machine
See original GitHub issueDescription of problem:
Running che.sh does not start the che server.
Che version: 4.0.0-RC11
Che install directory: /Users/rrpolanco
Docker version: Docker version 1.8.1
Java version: 1.8
Environment details (AWS, VirtualBox, physical, etc.): virtualbox
How reproducible:
I have the following docker-machine (via docker-machine ls
):
NAME ACTIVE DRIVER STATE URL SWARM
dev virtualbox Stopped
When I run che.sh, I get the following output:
Could not find an existing docker machine.
Creating docker machine named default... Please be patient, this takes a couple minutes the first time.
Successfully started docker machine named default...
The che script doesn’t seem to create a docker-machine named default nor does it run the server.
Am I missing something?
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (6 by maintainers)
Top Results From Across the Web
After docker desktop is restarted Che is not available #16134
Che server should always up and running , service should be restarted once detected crash/failure for example when mac reboots... there should ...
Read more >Not able to access eclipse che server running ... - Stack Overflow
To run Eclips Che 7 you need minikube or minishift environment and there is no offline mode.
Read more >Quick Start Guide and sign in - Docker Documentation
Go to the Docker Desktop menu and then select Sign in / Create Docker ID. Enter your Docker ID and password and click...
Read more >Running Kubernetes Locally via Minikube - 2021 - BogoToBogo
Docker does not run containers directly. It simply creates a more human-accessible and feature-rich interface on top of a separate, underlying container runtime ......
Read more >Introducing Eclipse Che Beta | The Eclipse Foundation
Docker is a powerful and convenient implementation of machines providing near-instant activation, copy-on-write file system, and Dockerfile recipes for ...
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
Huh. Vbox has its quirks for sure. We are excited by the native docker for Mac coming soon. No more vbox setup required.
@james10174 I am playing with the Docker for Windows Beta now. It’s gorgeous.
The improvements necessary to the che.sh script will not be that much. Essentially, if it’s installed, then we remove our dependency on Virtual Box or docker-machine, which ultimately guts about 33% of the script out. Essentially, we can treat all systems like Linux (remove all the OS checks, not have to do verifications on virtual box setup, etc.)
The new product requires hyperv under the covers though. And Hyperv is not universally provided on all Windows systems. It’s not on Windows Home, for example. So we may not be able to discontinue support for docker machine.