Skip to content

Commit cafd5d7

Browse files
scjanegbarr01
authored andcommittedApr 29, 2018
Update docker-swarm.md (docker#6578)
1 parent f45d714 commit cafd5d7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎release-notes/docker-swarm.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ toc_max: 2
2424
- Fix network endpoints for rescheduling
2525
- Give up leadership when manager shuts down
2626

27-
### Cluster Management
27+
### Cluster management
2828

2929
- Remove dependency on IPv4 addresses
3030
- Support event top, resize, commit and so on to avoid unnecessary refreshing
@@ -37,7 +37,7 @@ toc_max: 2
3737
- Update go-zookeeper to fix a lock spin problem
3838
- Migrate documentation to https://github.com/docker/docker.github.io/tree/master/swarm
3939
- Update Swarm CI to use go 1.7.1
40-
- support GOARCH to be able to build for other architectures
40+
- Support GOARCH to be able to build for other architectures
4141
- Send Swarm logs to stdout
4242

4343
## 1.2.5 (2016-08-18)
@@ -227,7 +227,7 @@ toc_max: 2
227227
- Add support for container rescheduling on node failure. (experimental)
228228
- Use failureCount as a secondary health indicator
229229
- Add swarm container create retry option
230-
- Fixed the way soft affinities and handled
230+
- Fix the way soft affinities and handled
231231

232232
### API
233233

@@ -241,7 +241,7 @@ toc_max: 2
241241
- Require `--all` on docker ps to display containers on unhealthy nodes
242242
- Retry on docker events EOF
243243

244-
### Node Management
244+
### Node management
245245

246246
- Add a random delay to avoid synchronized registration at swarm join
247247
- Use engine connection error to fail engine fast
@@ -286,7 +286,7 @@ toc_max: 2
286286
- Fix memoryswappiness default value
287287
- Enable profiling for HTTP in debug mode
288288

289-
### Node Update
289+
### Node update
290290

291291
- Provide options on swarm node update frequency
292292

@@ -321,7 +321,7 @@ toc_max: 2
321321

322322
- You can now use the docker volume plugin subsystem available with `docker volume`.
323323

324-
### Leader Election
324+
### Leader election
325325

326326
- You can now specify the `--replication-ttl` flag to control how long it takes for Replicas to be notified of the Primary failure and take over the lead.
327327

@@ -346,10 +346,10 @@ toc_max: 2
346346
- Fix docker exec status code
347347
- Fix docker pull status code
348348

349-
### Docker Engine Compatibility
349+
### Docker Engine compatibility
350350

351351
- Improve docker info with docker client 1.7.x
352-
- Add SystemTime, http_proxy, https_proxy and no_proxy to docker info
352+
- Add SystemTime, http_proxy, https_proxy, and no_proxy to docker info
353353

354354
### Mesos integration
355355

@@ -362,4 +362,4 @@ toc_max: 2
362362

363363
- Add doc on leader election / high availability of swarm manager
364364
- Lots of typos/improvements to the doc
365-
- Switch to golang 1.4
365+
- Switch to golang 1.4

0 commit comments

Comments
 (0)