File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/ja/docs/setup/learning-environment Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ Minikubeはローカル環境でKubernetesを簡単に実行するためのツ
33
33
34
34
* virtualbox
35
35
* vmwarefusion
36
- * kvm2 ([ driver installation] ( https://git. k8s.io/minikube/ docs/drivers.md #kvm2-driver ) )
37
- * kvm ([ driver installation] ( https://git. k8s.io/minikube/ docs/drivers.md #kvm-driver ) )
38
- * hyperkit ([ driver installation] ( https://git. k8s.io/minikube/ docs/drivers.md #hyperkit-driver ) )
39
- * xhyve ([ driver installation] ( https://git. k8s.io/minikube/ docs/drivers.md #xhyve-driver ) ) (非推奨)
36
+ * kvm2 ([ driver installation] ( https://minikube.sigs. k8s.io/docs/drivers/ #kvm2-driver ) )
37
+ * kvm ([ driver installation] ( https://minikube.sigs. k8s.io/docs/drivers/ #kvm-driver ) )
38
+ * hyperkit ([ driver installation] ( https://minikube.sigs. k8s.io/docs/drivers/ #hyperkit-driver ) )
39
+ * xhyve ([ driver installation] ( https://minikube.sigs. k8s.io/docs/drivers/ #xhyve-driver ) ) (非推奨)
40
40
* hyperv ([ driver installation] ( https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver ) )
41
41
注意: 以下のIPは動的であり、変更される可能性があります。IPは ` minikube ip ` で取得することができます。
42
42
* none (VMではなくホスト上でKubernetesコンポーネントを起動する。このドライバを使用するにはDocker ([ docker install] ( https://docs.docker.com/install/linux/docker-ce/ubuntu/ ) ) とLinux環境を必要とします)
@@ -200,7 +200,7 @@ minikube start \
200
200
201
201
### ドライバープラグイン
202
202
203
- サポートされているドライバとプラグインのインストールの詳細については [ DRIVERS] ( https://git. k8s.io/minikube/ docs/drivers.md ) を参照してください。
203
+ サポートされているドライバとプラグインのインストールの詳細については [ DRIVERS] ( https://minikube.sigs. k8s.io/docs/drivers/ ) を参照してください。
204
204
205
205
### Dockerデーモンの再利用によるローカルイメージの使用
206
206
You can’t perform that action at this time.
0 commit comments