Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -29,7 +29,6 @@ |
| 29 | 29 |
"coolljt0725", |
| 30 | 30 |
"cpuguy83", |
| 31 | 31 |
"crosbymichael", |
| 32 |
- "dnephin", |
|
| 33 | 32 |
"estesp", |
| 34 | 33 |
"johnstep", |
| 35 | 34 |
"justincormack", |
| ... | ... |
@@ -106,6 +105,13 @@ |
| 106 | 106 |
# and tweets as @calavera. |
| 107 | 107 |
"calavera", |
| 108 | 108 |
|
| 109 |
+ # Before becoming a maintainer, Daniel Nephin was a core contributor |
|
| 110 |
+ # to "Fig" (now known as Docker Compose). As a maintainer for both the |
|
| 111 |
+ # Engine and Docker CLI, Daniel contributed many features, among which |
|
| 112 |
+ # the `docker stack` commands, allowing users to deploy their Docker |
|
| 113 |
+ # Compose projects as a Swarm service. |
|
| 114 |
+ "dnephin", |
|
| 115 |
+ |
|
| 109 | 116 |
# Doug Davis contributed many features and fixes for the classic builder, |
| 110 | 117 |
# such as "wildcard" copy, the dockerignore file, custom paths/names |
| 111 | 118 |
# for the Dockerfile, as well as enhancements to the API and documentation. |