minikube docker
subcommand
#9524
Labels
co/runtime/docker
Issues specific to a docker runtime
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Steps to reproduce the issue:
This is not an issue but a feature request.
It would be nice to have a
minikube docker
subcommand that shells out todocker
with the command'sDOCKER_*
env vars set to env vars output byminikube docker-env
. This is similar tominikube kubectl
which runskubectl
against the minikube cluster.Currently, in order to not to pollute my current shell, I'm running
sh -c 'eval $(minikube docker-env) && docker build ...'
to self-contain any docker commands against the minikube cluster. This is not as convenient.Full output of failed command:
N/A
Full output of
minikube start
command used, if not already included:N/A
Optional: Full output of
minikube logs
command:N/A
The text was updated successfully, but these errors were encountered: