diff --git a/website/src/pages/features/index.tsx b/website/src/pages/features/index.tsx index ac2c732defd..8cafca7a741 100644 --- a/website/src/pages/features/index.tsx +++ b/website/src/pages/features/index.tsx @@ -132,23 +132,47 @@ function FeatureManageResources() { ); } +function FeatureManagePods() { + return ( +
+
+
+
+

+ Create and start Pods with Podman +
+

+

+ Select containers to run as a Pod. +

+

+ Play Kubernetes YAML locally without Kubernetes. +

+

+ Generate Kubernetes YAML from Pods. +

+
+
+ +
+
+
+
+ ); +} + function FeatureDDExtensions() { return ( -
+
-
-

- Import Docker Desktop extensions -

- -

- Specify OCI image of a Docker Desktop extension to import it. -

-

- For example: security scanner or deploy to OpenShift extensions. -

-
-
+
+
+

+ Import Docker Desktop extensions +

+
+

+ Specify OCI image of a Docker Desktop extension to import it. +

+

+ For example: security scanner or deploy to OpenShift extensions. +

+
); @@ -172,6 +208,7 @@ export default function Home(): JSX.Element { + ); diff --git a/website/static/img/ddextensions/dd-support.png b/website/static/img/ddextensions/dd-support.png index 2e6b45f2abd..f5955417a3c 100644 Binary files a/website/static/img/ddextensions/dd-support.png and b/website/static/img/ddextensions/dd-support.png differ diff --git a/website/static/img/features/manage-containers.png b/website/static/img/features/manage-containers.png index 96e2f937a0b..0003ada0d6f 100644 Binary files a/website/static/img/features/manage-containers.png and b/website/static/img/features/manage-containers.png differ diff --git a/website/static/img/features/manage-podman-machine.png b/website/static/img/features/manage-podman-machine.png index be203283ecf..9de87130f52 100644 Binary files a/website/static/img/features/manage-podman-machine.png and b/website/static/img/features/manage-podman-machine.png differ diff --git a/website/static/img/features/manage-pods.png b/website/static/img/features/manage-pods.png new file mode 100644 index 00000000000..c3e346986a5 Binary files /dev/null and b/website/static/img/features/manage-pods.png differ diff --git a/website/static/img/features/management-from-tray-icon.png b/website/static/img/features/management-from-tray-icon.png index aec2c6a7bca..12ee0a18218 100644 Binary files a/website/static/img/features/management-from-tray-icon.png and b/website/static/img/features/management-from-tray-icon.png differ diff --git a/website/static/img/features/old-manage-containers.png b/website/static/img/features/old-manage-containers.png new file mode 100644 index 00000000000..96e2f937a0b Binary files /dev/null and b/website/static/img/features/old-manage-containers.png differ diff --git a/website/static/img/features/pull-image.png b/website/static/img/features/pull-image.png index 0d2ac68c832..2d6ec145703 100644 Binary files a/website/static/img/features/pull-image.png and b/website/static/img/features/pull-image.png differ