Skip to content

Commit 159d369

Browse files
976091: azContainer
1 parent 7cc7c76 commit 159d369

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@
16601660
<ul>
16611661
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/user-token-with-custom-ai-service">User Token with Custom AI service</a></li>
16621662
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/refer-SfSmartPdfViewer-script-in-application">Refer the SfSmartPdfViewer script file in application</a></li>
1663-
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/dockerImage-hosting-guide.md">Docker Image Hosting Guide for Blazor Web App</a></li>
1663+
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/dockerImage-hosting-guide">Docker Image Hosting Guide for Blazor Web App</a></li>
16641664
</ul>
16651665
</li>
16661666
<li>

Document-Processing/PDF/Smart-PDF-Viewer/blazor/how-to/dockerImage-hosting-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Docker Image Hosting Guide for Blazor Web App | Syncfusion
4-
description: Learn here all about creating Docker image from Blazor Web App.
4+
description: Learn here all about creating Docker image from Blazor Smart PDF Viewer Web App and ensure the images locally by hosting it as a link.
55
platform: document-processing
66
control: SfSmartPdfViewer
77
documentation: ug
@@ -28,10 +28,10 @@ Web Browser: Microsoft Edge, Mozilla Firefox, and Chrome.
2828

2929
## Steps to configure and run docker container
3030
### Step1:
31-
Install the Racher desktop application [Rancher Desktop](https://github.com/rancher-sandbox/rancher-desktop/releases)
31+
Install the Rancher desktop application [Rancher Desktop](https://github.com/rancher-sandbox/rancher-desktop/releases)
3232

3333
### Step2:
34-
Open the rancher desktop application Select the dockerd (moby).
34+
Open the rancher desktop application Select the displayed option.
3535
![Docker Moby](../images/docker-moby.png)
3636

3737
### Step3:
@@ -67,14 +67,14 @@ EXPOSE 8081
6767
{% endtabs %}
6868

6969
![Docker Support Line](../images/line-to-add-docker.png).
70-
N> Remove the `User` if not needed or change the User type to `root` for providing elevated previleges.
70+
N> Remove the `User` if not needed or change the User type to `root` for providing elevated privileges.
7171

7272
### Step6:
7373
Publish the image by building the DockerFile
7474
![Build Docker File](../images/build-docker.png).
7575

7676
### Step7:
77-
Open the comment prompt or powershell and enter the following command to list the published docker images.
77+
Open the comment prompt or power shell and enter the following command to list the published docker images.
7878

7979
{% tabs %}
8080
{% highlight c# tabtitle="Docker Image" %}

0 commit comments

Comments
 (0)