Skip to content

Unable to evaluate output of docker-env: Command 'docker' not found #4089

Closed
@staticdev

Description

@staticdev

Fresh installed minikube on Ubuntu 18.10:

curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 \
  && chmod +x minikube
sudo cp minikube /usr/local/bin && rm minikube
  • How to reproduce the error (just 3 commands):
    minikube start

😄 minikube v1.0.0 on linux (amd64)
🤹 Downloading Kubernetes v1.14.0 images in the background ...
💡 Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
🏃 Re-using the currently running virtualbox VM for "minikube" ...
⌛ Waiting for SSH access ...
📶 "minikube" IP address is 192.168.99.100
🐳 Configuring Docker as the container runtime ...
🐳 Version of container runtime is 18.06.2-ce
⌛ Waiting for image downloads to complete ...
✨ Preparing Kubernetes environment ...
🚜 Pulling images required by Kubernetes v1.14.0 ...
🔄 Relaunching Kubernetes v1.14.0 using kubeadm ...
⌛ Waiting for pods: apiserver proxy etcd scheduler controller dns
📯 Updating kube-proxy configuration ...
🤔 Verifying component health .....
💗 kubectl is now configured to use "minikube"
🏄 Done! Thank you for using minikube!

eval $(minikube docker-env)
docker ps

I get in respose:

Command 'docker' not found, but can be installed with:

sudo snap install docker # version 18.06.1-ce, or
sudo apt install docker.io

See 'snap info docker' for additional versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    co/docker-envdocker-env issueskind/documentationCategorizes issue or PR as related to documentation.triage/unresolvedIndicates an issue that can not or will not be resolved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions