GoogleContainerTools / GoogleContainerTools/skaffold
Docker deployer should surface information about the active Docker daemon
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
From: https://github.com/GoogleContainerTools/skaffold/pull/6265#issuecomment-885314901
> Also wanted to note that I had some UX friction here as the docker deployer used minikube's docker-env for me which made trying to view these containers via docker CLI a bit confusing (my mistake though lol). Might make sense to add some kind of detection & message to users around this for the docker deployer in general
We should try and surface some information about the active docker daemon when creating local containers so users know where to find these containers. We could even consider special casing `minikube` if we see `MINIKUBE_ACTIVE_DOCKERD` or equivalent env vars set on the host.
Contributor guide
Assessment
This issue has not been assessed yet.