Skip to content

Commit 99524df

Browse files
committed
feat: container hostname related docs updated
1 parent 47d1802 commit 99524df

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

docs/dashboard/application_details/deployment_configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Currently you can't change the deployment strategy of the application. **Replica
2222
### Deployment Preferred Servers
2323
If you want that your application should be deployed on specific servers, then you can select the servers from the dropdown list.
2424

25+
### Container Hostname
26+
Usuaully while deploying some service via docker, docker assign a random hostname to your service container. If your deployed application has any requirement fixed hostname, you can utilize this option to set a static hostname inside your container.
27+
2528
### Memory Configuration
2629

2730
![Memory Configuration](/assets/2.2.x/application-deployment-memory-configuration.png)

src/components/navbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function Navbar() {
99
const [isMobileNavbarOpen, setIsMobileNavbarOpen] = React.useState(false);
1010
const links = [
1111
{ name: "Docs", href: "/docs" },
12+
{ name: "App Store", href: "/docs/dashboard/swiftwave_app_store"},
1213
{ name: "Community", href: "http://slack.swiftwave.org/" },
1314
{ name: "Contribute", href: "/docs/contribution_guideline" },
1415
{ name: "Support", href: "/docs/support_us" },
Loading

versioned_docs/version-2.2.x/dashboard/application_details/deployment_configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Currently you can't change the deployment strategy of the application. **Replica
2222
### Deployment Preferred Servers
2323
If you want that your application should be deployed on specific servers, then you can select the servers from the dropdown list.
2424

25+
### Container Hostname
26+
Usuaully while deploying some service via docker, docker assign a random hostname to your service container. If your deployed application has any requirement fixed hostname, you can utilize this option to set a static hostname inside your container.
27+
2528
### Memory Configuration
2629

2730
![Memory Configuration](/assets/2.2.x/application-deployment-memory-configuration.png)

0 commit comments

Comments
 (0)