diff --git a/faq/v1vsv3-comparison/index.html b/faq/v1vsv3-comparison/index.html index 2456b548..2570c1c1 100644 --- a/faq/v1vsv3-comparison/index.html +++ b/faq/v1vsv3-comparison/index.html @@ -581,7 +581,7 @@ - --label -> planned - --workers -> implemented - --auto-restart -> dropped (docker's `unless-stopped` is set by default) - - --enable-registry -> planned (possible consolidation into less registry-related commands?) + - --enable-registry -> coming in v4.0.0 (2021) as `--registry-create` and `--registry-use` - --registry-name -> TBD - --registry-port -> TBD - --registry-volume -> TBD @@ -626,7 +626,7 @@
- Last update: July 14, 2020 + Last update: January 5, 2021
diff --git a/index.html b/index.html index f48f3b2e..b1288110 100644 --- a/index.html +++ b/index.html @@ -628,7 +628,7 @@

Overview

k3d

-

This page is targeting k3d v3.0.0 and newer!

+

This page is targeting k3d v4.0.0 and newer!

k3d is a lightweight wrapper to run k3s (Rancher Lab’s minimal Kubernetes distribution) in docker.

k3d makes it very easy to create single- and multi-node k3s clusters in docker, e.g. for local development on Kubernetes.

View a quick demo

@@ -687,24 +687,18 @@

Installation

You have several options there: