4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
|
|
minikube start --cpus 2 --memory 8192 --ports 80:80 --driver docker --cni calico
|
|
|
|
kubectl run shell --rm -it --image trion/curl:1 |