You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/container-runtime/docker-swarm.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Docker Swarm Integration
2
2
3
-
###Purpose
3
+
## Purpose
4
4
5
5
Docker Swarm integration allows orchestrated GPU workloads to be deployed across multiple nodes by leveraging **GPU UUIDs** and Docker’s resource framework.
6
6
7
-
###Docker Daemon Configuration for Swarm
7
+
## Docker Daemon Configuration for Swarm
8
8
9
9
Configure each swarm node's Docker daemon with GPU resources in `/etc/docker/daemon.json`:
10
10
@@ -26,10 +26,12 @@ Configure each swarm node's Docker daemon with GPU resources in `/etc/docker/dae
26
26
```
27
27
28
28
After updating the configuration, restart the Docker daemon:
29
+
29
30
```bash
30
31
sudo systemctl restart docker
31
32
```
32
-
### Deploy GPU Enabled Services
33
+
34
+
## Deploy GPU Enabled Services
33
35
34
36
Deploy services with specific GPU requirements using docker-compose:
0 commit comments