Skip to content

Commit

Permalink
added docker as partner in layer5.io/partners
Browse files Browse the repository at this point in the history
Signed-off-by: ranjanmangla1 <[email protected]>
  • Loading branch information
ranjanmangla1 committed Jul 8, 2023
1 parent 1c5efec commit 438b54c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/assets/images/partners/docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/sections/Partners/partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ReactComponent as PartnerIstio } from "../../assets/images/partners/ist
import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware-colorMode.svg";

import { ReactComponent as Partner14 } from "../../assets/images/partners/metabit-trading-logo-colorMode.svg";

import { ReactComponent as Partner15 } from "../../assets/images/partners/docker.svg"

export const partners = [
{
Expand Down Expand Up @@ -141,7 +141,12 @@ export const partners = [
//imageRoute: "https://www.metabit-trading.com/home",
moreInfo:
"Metabit Trading is a technology-driven quantitative investment firm harnessing the power of artificial intelligence and machine learning.",
}, {
name: "Docker",
imageLink: <Partner15 alt="Docker" />,
type: "technology",
partnerId: "docker",
desc: "Docker Layer5 enhances the Docker experience with Meshery as an application and infrastructure management platform that simplifies the deployment and operation of cloud native applications and service meshes. Using Layer5’s solutions along with Docker, developers can easily import their Docker Compose apps, configure and deploy them to Kubernetes and any service mesh, and visually design their cloud native infrastructure using MeshMap",
moreInfo: "Docker Layer5 enhances the Docker experience with Meshery as an application and infrastructure management platform that simplifies the deployment and operation of cloud native applications and service meshes. Using Layer5’s solutions along with Docker, developers can easily import their Docker Compose apps, configure and deploy them to Kubernetes and any service mesh, and visually design their cloud native infrastructure using MeshMap"
}


];

0 comments on commit 438b54c

Please sign in to comment.