Skip to content

Commit 1c5fd3a

Browse files
committed
refactor(destinations): add links to Docker resources
1 parent 990ccdd commit 1c5fd3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/knowledge-base/destinations/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before creating a destination, ensure you have:
88

99
- At least one server connected to Coolify
1010
- Appropriate permissions to manage destinations
11-
- Basic understanding of Docker networks
11+
- Basic understanding of [Docker networks](https://docs.docker.com/engine/network/)
1212

1313
## Creating a New Destination
1414

docs/knowledge-base/destinations/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Destinations in Coolify are **Docker network endpoints** where your applications
44

55
## What are Destinations?
66

7-
A destination is essentially a Docker network that acts as a deployment target for your resources. When you deploy an application or database, it gets deployed to a specific destination (Docker network) on a server, providing network isolation and organization for your containerized workloads.
7+
A destination is essentially a [Docker network](https://docs.docker.com/engine/network/) that acts as a deployment target for your resources. When you deploy an application or database, it gets deployed to a specific destination (Docker network) on a server, providing network isolation and organization for your containerized workloads.
88

99
## Types of Destinations
1010

@@ -14,13 +14,13 @@ Coolify differentiates destinations between two types based on the server config
1414

1515
- **Purpose**: For single-server deployments
1616
- **Use Case**: Most common setup for individual servers
17-
- **Network Type**: Docker bridge or custom networks
17+
- **Network Type**: [Docker bridge](https://docs.docker.com/engine/network/drivers/bridge/) or custom networks
1818

1919
### 2. Docker Swarm
2020

21-
- **Purpose**: For Docker Swarm cluster deployments
21+
- **Purpose**: For [Docker Swarm](https://docs.docker.com/engine/swarm/) cluster deployments
2222
- **Use Case**: Multi-node cluster environments
23-
- **Network Type**: Docker overlay networks
23+
- **Network Type**: [Docker overlay networks](https://docs.docker.com/engine/network/drivers/overlay/)
2424

2525
## Key Concepts
2626

0 commit comments

Comments
 (0)