Skip to content

Commit 6f2f9f9

Browse files
committed
fix: add lazy loading to Docker logo image
Signed-off-by: Asghar Ali <asgharalifs48@gmail.com>
1 parent 18cd2d6 commit 6f2f9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/collections/blog/2024/04-26-docker-compose-with-meshery

src/collections/blog/2024/04-26-docker-compose-with-meshery/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Gain valuable insights into your application's health and performance with MeshM
8383

8484
## Seamless Integration with Docker: A Powerful Partnership
8585

86-
<img src={DockerLogo} className="image-right-no-shadow" />
86+
<img src={DockerLogo} className="image-right-no-shadow" loading="lazy" />
8787

8888
The Docker Meshery Extension fosters a powerful collaboration between <Link to="/company/news/layer5-joins-docker-extension-program-bringing-kubernetes-and-service-mesh-management-to-docker-with-meshery">Layer5 and Docker</Link>. Leveraging the familiarity and widespread adoption of Docker Compose, the extension empowers you to harness the advanced management and visualization capabilities of Meshery. This translates to a more efficient and streamlined workflow for managing your multi-container applications.
8989
<strong>Get Started Today</strong>

0 commit comments

Comments
 (0)