-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Description
It would be nice to be able to have minikube scp like minikube ssh, to copy files in the the minikube node. An use case would be: copying Dockerfiles to the node to build custom docker images for Kubernetes.
In the meantime, for all of you that want this feature, here's a workaround:
scp -i $(minikube ssh-key) <file> docker@$(minikube ip):
edit: you can also use minikube docker-env to set up the docker client to point to minikube's docker daemon, and build the image locally. However, this still doesn't work for copying files...
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.