diff --git a/public/talos/v1.12/getting-started/quickstart.mdx b/public/talos/v1.12/getting-started/quickstart.mdx index d869d47a..a7d9ceef 100644 --- a/public/talos/v1.12/getting-started/quickstart.mdx +++ b/public/talos/v1.12/getting-started/quickstart.mdx @@ -40,7 +40,7 @@ Download `kubectl` via one of the methods outlined in the [documentation](https: Now run the following: ```bash -talosctl cluster create +talosctl cluster create docker ``` diff --git a/public/talos/v1.13/getting-started/quickstart.mdx b/public/talos/v1.13/getting-started/quickstart.mdx index 917d4400..57f3b84e 100644 --- a/public/talos/v1.13/getting-started/quickstart.mdx +++ b/public/talos/v1.13/getting-started/quickstart.mdx @@ -40,7 +40,7 @@ Download `kubectl` via one of the methods outlined in the [documentation](https: Now run the following: ```bash -talosctl cluster create +talosctl cluster create docker ```